-
Notifications
You must be signed in to change notification settings - Fork 610
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
docs: adds an otelcollector example #2277
base: next
Are you sure you want to change the base?
Conversation
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.
Works for me LGTM
This was intended as an example for a customer, closing |
grpc: | ||
|
||
exporters: | ||
logging: |
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.
this is "debug" nowadays -- alternatively, it could use the nop exporter
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.
Thank you for adding a thorough readme for the OTel Collector example! I have some questions about the content and made some suggestions.
Co-authored-by: Juraci Paixão Kröhling <[email protected]>
|
||
### 1. Configure Grafana agent | ||
|
||
For Grafana Alloy to pull profiles from your application, configure the agent for things like profiling configuration, targets, and possibly authentication. |
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.
Are you usingAlloy or Agent for this example? The links and text all point to Agent.
This adds an example that shows how you can profile otel collector using Grafana Pyroscope and Grafana Agent.
Key steps:
agent/config.river
file)