opentelemetry-java/api/metrics
Anuraag Agrawal 55ff1dc533
Promote metrics API to stable (#3919)
* Add MeterProvider to OpenTelemetry API

* Spot

* Set

* Move NoopMeter to package private

* Merge metrics API code into API package

* Finish

* Fix / clean

* Drift

* Update extensions/noop-api/src/main/java/io/opentelemetry/extension/noopapi/NoopOpenTelemetry.java

Co-authored-by: John Watson <jkwatson@gmail.com>

* Spot

Co-authored-by: John Watson <jkwatson@gmail.com>
2021-11-24 08:39:55 +09:00
..
src/main/java/io/opentelemetry/api/metrics Promote metrics API to stable (#3919) 2021-11-24 08:39:55 +09:00
README.md Copy in spotless-conventions from instrumentation repo (#3554) 2021-08-27 08:28:31 -07:00
build.gradle.kts Swap old Metrics API for currently specified Metrics API (#3423) 2021-08-05 13:58:49 -07:00
gradle.properties Have projects set their release state to alpha instead of recognizing word metrics (#2428) 2021-01-05 09:07:18 -08:00

README.md

OpenTelemetry Metrics API

Javadocs

  • The code in this module is the implementation of the experimental OpenTelemetry metrics signal.
  • The default implementation of the interfaces in this module is in the OpenTelemetry metrics SDK module.
  • The interfaces in this directory can be implemented to create alternative implementations of the OpenTelemetry library.