We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
METRIC_*
1 parent 5a5918f commit 5a37dcdCopy full SHA for 5a37dcd
packages/instrumentation-undici/src/undici.ts
@@ -52,6 +52,7 @@ import {
52
ATTR_URL_QUERY,
53
ATTR_URL_SCHEME,
54
ATTR_USER_AGENT_ORIGINAL,
55
+ METRIC_HTTP_CLIENT_REQUEST_DURATION,
56
} from '@opentelemetry/semantic-conventions';
57
58
/** @knipignore */
@@ -136,7 +137,7 @@ export class UndiciInstrumentation extends InstrumentationBase<UndiciInstrumenta
136
137
138
protected override _updateMetricInstruments() {
139
this._httpClientDurationHistogram = this.meter.createHistogram(
- 'http.client.request.duration',
140
141
{
142
description: 'Measures the duration of outbound HTTP requests.',
143
unit: 's',
0 commit comments