-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Add Opentelemetry guide #23187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add Opentelemetry guide #23187
Conversation
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
Co-authored-by: Craig Osterhout <[email protected]>
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
keywords: OpenTelemetry, observability, tracing | ||
linktitle: Instrumenting JS Apps with OpenTelemetry | ||
summary: *desc | ||
tags: [app-dev, observability] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
observability
is failing in the build check because it is not defined yet.
To fix this:
- Go to
docs/content/tags/
and add a newobservability
folder - In that folder, add an
_index.md
file with the following content:
---
title: Observability
---
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
Related issues or tickets
Reviews