OpenTelemetry Metrics Exporter - Standard output
Status: Experimental
“Standard output” Metrics Exporter is a Push Metric Exporter which outputs the metrics to stdout/console.
OpenTelemetry SDK authors MAY choose the best idiomatic name for their language. For example, ConsoleExporter, StdoutExporter, StreamExporter, etc.
“Standard output” Metrics Exporter MUST support both Cumulative and Delta Temporality.
“Standard output” Metrics Exporter MUST allow Aggregation Temporality to be specified, as described in MetricExporter.