Skip to content

Commit

Permalink
chore: Don't trace /ping
Browse files Browse the repository at this point in the history
  • Loading branch information
stevoland committed Feb 15, 2024
1 parent 9f39063 commit 16a977a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tracing.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (OTEL_EXPORTER_OTLP_ENDPOINT) {
traceExporter,
instrumentations: [
new HttpInstrumentation({
ignoreIncomingPaths: ['/health', '/metrics']
ignoreIncomingPaths: ['/health', '/metrics', '/ping']
})
],
resource: new Resource({
Expand Down

0 comments on commit 16a977a

Please sign in to comment.