Skip to content

Commit

Permalink
Clean up the Metrics API spec (open-telemetry#1731)
Browse files Browse the repository at this point in the history
* remove the banner/disclaimer

* update changelog

Co-authored-by: Joshua MacDonald <[email protected]>
  • Loading branch information
reyang and jmacd authored Jun 2, 2021
1 parent af4b043 commit ba47b82
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 15 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@ release.
- Adds detail about when to use `StartTimeUnixNano` and handling of unknown start-time resets. ([#1646](https://github.com/open-telemetry/opentelemetry-specification/pull/1646))
- Expand `Gauge` metric description in the data model ([#1661](https://github.com/open-telemetry/opentelemetry-specification/pull/1661))
- Expand `Histogram` metric description in the data model ([#1664](https://github.com/open-telemetry/opentelemetry-specification/pull/1664))
- Added Experimental Metrics API specification.
([#1401](https://github.com/open-telemetry/opentelemetry-specification/pull/1401),
[#1557](https://github.com/open-telemetry/opentelemetry-specification/pull/1557),
[#1578](https://github.com/open-telemetry/opentelemetry-specification/pull/1578),
[#1590](https://github.com/open-telemetry/opentelemetry-specification/pull/1590),
[#1594](https://github.com/open-telemetry/opentelemetry-specification/pull/1594),
[#1617](https://github.com/open-telemetry/opentelemetry-specification/pull/1617),
[#1645](https://github.com/open-telemetry/opentelemetry-specification/pull/1645),
[#1657](https://github.com/open-telemetry/opentelemetry-specification/pull/1657),
[#1665](https://github.com/open-telemetry/opentelemetry-specification/pull/1665),
[#1672](https://github.com/open-telemetry/opentelemetry-specification/pull/1672),
[#1674](https://github.com/open-telemetry/opentelemetry-specification/pull/1674),
[#1675](https://github.com/open-telemetry/opentelemetry-specification/pull/1675),
[#1703](https://github.com/open-telemetry/opentelemetry-specification/pull/1703),
[#1704](https://github.com/open-telemetry/opentelemetry-specification/pull/1704),
[#1731](https://github.com/open-telemetry/opentelemetry-specification/pull/1731),
[#1733](https://github.com/open-telemetry/opentelemetry-specification/pull/1733))

### Logs

Expand Down
15 changes: 0 additions & 15 deletions specification/metrics/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,6 @@

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

**Owner:**

* [Reiley Yang](https://github.com/reyang)

**Domain Experts:**

* [Bogdan Drutu](https://github.com/bogdandrutu)
* [Josh Suereth](https://github.com/jsuereth)
* [Joshua MacDonald](https://github.com/jmacd)

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).

<details>
<summary>
Table of Contents
Expand Down

0 comments on commit ba47b82

Please sign in to comment.