opentelemetry-java/sdk/metrics
Anuraag Agrawal 737a5e2b26
Deprecate GlobalMeterProvider (#3948)
2021-12-03 08:43:49 +09:00
..
src Deprecate GlobalMeterProvider (#3948) 2021-12-03 08:43:49 +09:00
README.md Add missing readmes and missing javadoc links (#3500) 2021-08-16 12:36:54 -07:00
build.gradle.kts Enable nullaway for metrics SDK (#3845) 2021-11-16 11:39:39 +09: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 SDK

Javadocs

The code in this directory is currently the legacy impelmentation of the previous experimental metrics SDK specification.

The following set of known issues will be fixed aas the new SDK specification stabilizes:

  • The names of SDK instruments do not line up with API instruments.
  • Baggage / Context are not available to metrics / views.
  • The View API still uses the term LabelsProcessor.
  • Only one exporter is allowed.
  • Histograms are generating summaries.
  • Exemplars are not sampled
  • The set of Aggregators goes well beyond the expected "stable" list and (likely) will have some moved to extensions.
  • There is no exposed MetricProcessor interface.