Module: OpenTelemetry::SDK::Metrics::Export
- Defined in:
- lib/opentelemetry/sdk/metrics/export.rb,
lib/opentelemetry/sdk/metrics/export/metric_reader.rb,
lib/opentelemetry/sdk/metrics/export/periodic_metric_reader.rb,
lib/opentelemetry/sdk/metrics/export/console_metric_pull_exporter.rb,
lib/opentelemetry/sdk/metrics/export/in_memory_metric_pull_exporter.rb
Defined Under Namespace
Classes: ConsoleMetricPullExporter, InMemoryMetricPullExporter, MetricReader, PeriodicMetricReader
Constant Summary collapse
- ExportError =
Class.new(OpenTelemetry::Error)
- SUCCESS =
The operation finished successfully.
0
- FAILURE =
The operation finished with an error.
1
- TIMEOUT =
The operation timed out.
2