Skip to content

Commit 85f1bcc

Browse files
authored
chore(opentelemetry-instrumentation-http): Fix link to docs (#5699)
Signed-off-by: Łukasz Jernaś <lukasz.jernas@allegro.com>
1 parent f0ba942 commit 85f1bcc

File tree

1 file changed

+1
-1
lines changed
  • experimental/packages/opentelemetry-instrumentation-http/src

1 file changed

+1
-1
lines changed

experimental/packages/opentelemetry-instrumentation-http/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface StartOutgoingSpanCustomAttributeFunction {
5555
}
5656

5757
/**
58-
* Options available for the HTTP instrumentation (see [documentation](https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/opentelemetry-instrumentation-http#http-instrumentation-options))
58+
* Options available for the HTTP instrumentation (see [documentation](https://github.com/open-telemetry/opentelemetry-js/tree/main/experimental/packages/opentelemetry-instrumentation-http#http-instrumentation-options))
5959
*/
6060
export interface HttpInstrumentationConfig extends InstrumentationConfig {
6161
/** Not trace all incoming requests that matched with custom function */

0 commit comments

Comments
 (0)