opentelemetry-java/sdk/metrics
Anuraag Agrawal 59e84e9c04
Fix SdkMeterProvider shutdown (#3702)
2021-10-07 08:05:41 -07:00
..
src Fix SdkMeterProvider shutdown (#3702) 2021-10-07 08:05:41 -07:00
README.md Add missing readmes and missing javadoc links (#3500) 2021-08-16 12:36:54 -07:00
build.gradle.kts Enable nullaway except for metrics. (#3668) 2021-09-28 09:28:00 -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 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.