OpenTelemetry SDK
    Preparing search index...

    Variable METRIC_OTEL_SDK_EXPORTER_METRIC_DATA_POINT_INFLIGHTConst Experimental

    METRIC_OTEL_SDK_EXPORTER_METRIC_DATA_POINT_INFLIGHT: "otel.sdk.exporter.metric_data_point.inflight" = ...

    The number of metric data points which were passed to the exporter, but that have not been exported yet (neither successful, nor failed).

    Metric data points are counted as inflight from when they are passed to the exporter until the export operation has concluded. If the exporter retries failed export attempts, metric data points remain inflight across all retry attempts and any backoff between them.

    This metric is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.