-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Opentelemetry Collector Data Flow Dashboard Preview #797
Opentelemetry Collector Data Flow Dashboard Preview #797
Conversation
Interesting - couple of notes from running it locally:
This seems like a really good resource for people to learn about how to monitor pipelines. |
The export ratio visibility idea belongs to @jpkrohling . And it is indeed great so that you can spot something is strange. The particular thing about opentelemetry demo app is that the spanmetrics configuration makes it strange. As it loops back within the collector configuration and does not exist among metrics incoming under otelcol_* namespace. otelcol metrics spreadsheet I deep dived into what is coming. This list also has memory_delimiter, servicegraph processor and more in it. With the new connector system upcoming inside the collector, it might be better. However, it is good to know it is strange. 🤓 I have this as a base for documentation. I can convert it into a markdown format. |
The dashboard looks great! Would it be possible to include the service source or slice some of these ingress metrics by attributes like that? Might be another dashboard haha |
Thanks! |
Yeah, if you can get the docs for this into markdown we'd love to pull it into the next release. |
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.
Please add a changelog
.
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.
LGTM 🤩
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.
Awesome
Thank you for the great comments! 🥳 I hope it will help showcase the value of the OpenTelemetry Collector and make the demo application even more impressive. |
Documentation PR --> open-telemetry/opentelemetry.io#2535 |
Documentation merged on this one open-telemetry/opentelemetry.io#2569 |
Changes
A dashboard that shows Data Flow on Opentelemetry Collector over demo app.
Merge Requirements
Waiting feedback and corrections ...
CHANGELOG.md
updated to document new feature additions