opentelemetry-php/tests/Unit/SDK/Metrics/MetricExporter
Brett McBride a0601c41ec
adding sdk console metrics exporter (#1055)
to make getting started easier (in opentelemetry.io docs), create an sdk-based metrics
exporter. this means we can export all signals without needing a protobuf implementation.
since console export is only useful for playing around, the change in format to a
simpler human-readable output seems reasonable.
2023-06-26 20:59:08 +10:00
..
ConsoleMetricExporterFactoryTest.php adding sdk console metrics exporter (#1055) 2023-06-26 20:59:08 +10:00
InMemoryExporterTest.php Add metrics implementation (#750) 2022-08-10 08:12:47 -04:00