Provides a meter provider for OpenTelemetry, which logs in OTLP Json format as gRPC if either of the following environment variables is set:
Provides a meter provider for OpenTelemetry, which logs in OTLP Json format as gRPC if either of the following environment variables is set:
OTEL_EXPORTER_OTLP_METRICS_ENDPOINT
OTEL_EXPORTER_OTLP_ENDPOINT If OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE environment variable is set to "DELTA" (case insensitive), the exporter will be configured to prefer delta temporality for metrics, otherwise it will use the default cumulative temporality.