Releases: open-telemetry/opentelemetry-configuration
Releases · open-telemetry/opentelemetry-configuration
v0.3.0
What's Changed
- Add metric producers to meter_provider configuration by @dashpole in #90
- Document what configuration options are covered in the schema by @jack-berg in #92
- Remove unnecessary MetricProducer in pull metric reader by @dashpole in #93
- Add modeling rule for property name case by @jack-berg in #96
- adding instrumentation configuration by @brettmc in #91
- Add sdk-config.yaml starter template w/ references to env vars by @jack-berg in #76
- [SCHEMA] The MetricExporter schema is unsafe by @marcalff in #110
- Define modeling guidance for mismatches with standard env vars, add resource.attribute_list by @jack-berg in #106
- fix: update attribute_keys to include type by @codeboten in #111
- add tool for config file validation and envvar replacement by @tsloughter in #94
- add headers_list support, similar to attributes_list by @codeboten in #122
- Prefer arrays of name value pairs over objects by @jack-berg in #115
- stream: update stream configuration to include/exclude by @codeboten in #118
- Project tooling to generate example property descriptions by @jack-berg in #104
Repository maintenance
- [chore] update changelog to include link for 0.2.0 by @codeboten in #95
- Fix build by @jack-berg in #116
- add codeql workflow by @codeboten in #123
- Update CODEOWNERS to include configuration-approvers by @jack-berg in #124
- Add brettmc to approvers by @jack-berg in #113
- Add marcalff to approvers by @jack-berg in #114
New Contributors
- @dashpole made their first contribution in #90
- @brettmc made their first contribution in #91
- @marcalff made their first contribution in #110
- @tsloughter made their first contribution in #94
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- Post release v0.1.0 by @jack-berg in #48
- Document time value units in kitchen-sink example by @jaydeluca in #51
- add resource schema_url by @codeboten in #50
- add prometheus without units & type suffix options by @codeboten in #61
- add without_scope_info to prometheus exporter by @codeboten in #63
- add insecure field by @codeboten in #30
- add comments for each prom exporter config option by @codeboten in #66
- remove specification for service.name by @codeboten in #68
- add console definition for log record exporter by @codeboten in #84
- Define resource.detectors.attributes.included/excluded by @jack-berg in #64
- [exporter/prometheus] add with_resource_constant_labels by @codeboten in #67
- Add schema modeling guidance to use wildcard syntax instead of regex by @jack-berg in #71
New Contributors
- @jaydeluca made their first contribution in #51
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial configuration schema release, including:
- Resource
- Attribute limits
- Enabled
- Propagators
- Tracer provider
- Span processors (and exporters)
- Span limits
- Sampler
- Meter provider
- Metric readers (and exporters)
- Views
- Logger provider
- Log record processors (and exporters)
- Log limits