@ogcio/o11y-sdk-node
Version:
Opentelemetry standard instrumentation SDK for NodeJS based project
8 lines (7 loc) • 330 B
TypeScript
import { Attributes, Counter } from "@opentelemetry/api";
/**
* Returns a singleton OpenTelemetry counter metric used to record occurrences of PII redactions.
*
* @returns {Counter} The singleton OpenTelemetry counter metric for PII redactions.
*/
export declare function _getPIICounterRedactionMetric(): Counter<Attributes>;