-
Notifications
You must be signed in to change notification settings - Fork 48
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
Otel grafana #544
base: master
Are you sure you want to change the base?
Otel grafana #544
Conversation
grafana: | ||
engine: otel-stack | ||
endpoints: | ||
grafana: |
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 should be put under the services
node, right? I would include that:
grafana: | |
engine: otel-stack | |
endpoints: | |
grafana: | |
services: | |
grafana: | |
engine: otel-stack | |
endpoints: | |
grafana: |
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.
I think in this case, it is not necessary, as this file is all about configuring the services section.
Description
Extend local setup with the local opentelemetry stack
Change log
grafana
with all required sub-services, that allow to run locally opetelemetry stack.Checklist