open-telemetry / opentelemetry-go

OpenTelemetry Go API and SDK
https://opentelemetry.io/docs/languages/go
Apache License 2.0
5.29k stars 1.08k forks source link

Verify compliant metric SDK specification implementation: MetricExporter #3665

Closed MrAlias closed 1 year ago

MrAlias commented 1 year ago
MadVikingGod commented 1 year ago

Requirements from reading the Metric Exporter Section of the spec. This doesn't cover The Push or Pull Subsections as different tickets cover them.

Notes: The actual Interface of the MetricExporter is defined in the Push Metric Exporter Section. Non-Normative means that there is a description in the spec but does not include normative vocabulary indicating requirements to the spec.

MadVikingGod commented 1 year ago

The only task left open is the AggregationSelector and TemporalitySelector, to see if those can be abused.

MrAlias commented 1 year ago

Closing, done.