@payloops/observability 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -112,4 +112,4 @@ declare function recordWorkflowCompleted(workflowType: string, taskQueue: string
|
|
|
112
112
|
declare function recordWorkflowFailed(workflowType: string, taskQueue: string, errorType: string): void;
|
|
113
113
|
declare function recordActivityLatency(activityType: string, durationMs: number, status: 'success' | 'failed'): void;
|
|
114
114
|
|
|
115
|
-
export { CORRELATION_ID_HEADER, type CorrelationContext, REQUEST_ID_HEADER, type TelemetryConfig, activeRequestsGauge, activityLatencyHistogram, createActivityLogger, createContextFromMemo, createPropagationHeaders, createRequestLogger, createWorkflowLogger, dbConnectionGauge, dbQueryHistogram, extractCorrelationId, generateCorrelationId, getCorrelationContext, httpRequestCounter, httpRequestLatencyHistogram, initTelemetry, logger, paymentAmountHistogram, paymentCounter, paymentLatencyHistogram, recordActivityLatency, recordHttpRequest, recordPaymentAmount, recordPaymentAttempt, recordPaymentLatency, recordWebhookDelivery, recordWebhookLatency, recordWorkflowCompleted, recordWorkflowFailed, recordWorkflowStarted, shutdownTelemetry, webhookDeliveryCounter, webhookLatencyHistogram, withCorrelationContext, withCorrelationContextAsync, workflowCompletedCounter, workflowFailedCounter, workflowStartedCounter };
|
|
115
|
+
export { CORRELATION_ID_HEADER, type CorrelationContext, type Logger, REQUEST_ID_HEADER, type TelemetryConfig, activeRequestsGauge, activityLatencyHistogram, createActivityLogger, createContextFromMemo, createPropagationHeaders, createRequestLogger, createWorkflowLogger, dbConnectionGauge, dbQueryHistogram, extractCorrelationId, generateCorrelationId, getCorrelationContext, httpRequestCounter, httpRequestLatencyHistogram, initTelemetry, logger, paymentAmountHistogram, paymentCounter, paymentLatencyHistogram, recordActivityLatency, recordHttpRequest, recordPaymentAmount, recordPaymentAttempt, recordPaymentLatency, recordWebhookDelivery, recordWebhookLatency, recordWorkflowCompleted, recordWorkflowFailed, recordWorkflowStarted, shutdownTelemetry, webhookDeliveryCounter, webhookLatencyHistogram, withCorrelationContext, withCorrelationContextAsync, workflowCompletedCounter, workflowFailedCounter, workflowStartedCounter };
|