Skip to content

Commit

Permalink
Clarify the metrics spec status (#1401)
Browse files Browse the repository at this point in the history
* clarify the metrics spec status

* update changelog

Co-authored-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
reyang and bogdandrutu authored Feb 6, 2021
1 parent 135d99d commit 04e3f65
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 499 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ New:

Updates:

- Remove Metrics SDK specification to avoid confusion, clarify that Metrics API
specification is not recommended for client implementation
([#1401](https://github.com/open-telemetry/opentelemetry-specification/pull/1401))
- Rename OTEL_TRACE_SAMPLER and OTEL_TRACE_SAMPLER_ARG env variables to OTEL_TRACES_SAMPLER and OTEL_TRACES_SAMPLER_ARG
([#1382](https://github.com/open-telemetry/opentelemetry-specification/pull/1382))
- Mark some entries in compliance matrix as optional([#1359](https://github.com/open-telemetry/opentelemetry-specification/pull/1359))
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Technical committee holds regular meetings, notes are held
- [Metrics](specification/metrics/api.md)
- SDK Specification
- [Tracing](specification/trace/sdk.md)
- [Metrics](specification/metrics/sdk.md)
- [Resource](specification/resource/sdk.md)
- [Configuration](specification/sdk-configuration.md)
- Data Specification
Expand Down
5 changes: 5 additions & 0 deletions specification/metrics/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

**Status**: [Experimental](../document-status.md)

Note: this specification is subject to major changes. To avoid thrusting
language client maintainers, we don't recommend OpenTelemetry clients to start
the implementation unless explicitly communicated via
[OTEP](https://github.com/open-telemetry/oteps#opentelemetry-enhancement-proposal-otep).

<!-- toc -->

- [Overview](#overview)
Expand Down
Loading

0 comments on commit 04e3f65

Please sign in to comment.