-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Move OpenTelemetry infrastructure monitoring examples to examples repository #17742
Move OpenTelemetry infrastructure monitoring examples to examples repository #17742
Conversation
Hi @jack-berg 👋 Thanks for your pull request! Your PR is in a queue, and a writer will take a look soon. We generally publish small edits within one business day, and larger edits within three days. We will automatically generate a preview of your request, and will comment with a link when the preview is ready (usually 10 to 20 minutes). |
✅ Deploy Preview for docs-website-netlify ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
@jack-berg thanks for making these changes!
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.
@jack-berg thanks for moving these examples outside the docs!
|
||
## Correlating infrastructure with OpenTelemetry APM [#infrastructure-correlation] | ||
|
||
The following examples demonstrate using the collector to correlate [APM OpenTelemetry data](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/get-started/apm-monitoring/opentelemetry-apm-intro) with infrastructure. The general pattern is to configure the collector with a processor which detects and enriches the APM telemetry with additional environment context in the form of resource attributes, before exporting the data to New Relic via OTLP. New Relic can detect this correlation data and construct [relationships between APM and infrastructure entities](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/best-practices/opentelemetry-best-practices-resources). | ||
|
||
- [Hosts](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/get-started/collector-infra-monitoring/opentelemetry-collector-infra-hosts) | ||
- [Kubernetes](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/get-started/collector-infra-monitoring/opentelemetry-collector-infra-k8s) | ||
* [Hosts](/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/get-started/collector-infra-monitoring/opentelemetry-collector-infra-hosts) |
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.
@jack-berg this link is to one of the files that was removed. I am going to remove this link from the doc. If you need to add this back, you can do so later.
Combination of several PRs to move otel infrastructure monitoring examples to the examples repo. All the PRs touch the same set of files so merging sequentially will be tedious.