Skip to content
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

OTLP collector monitoring and Grafana/dashboards improvements #2078

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jangaraj
Copy link

Changes

Please provide a brief description of the changes here.

  • all dashboards configured to the last 15min
  • dashboard "Opentelemetry Collector" updated from https://grafana.com/grafana/dashboards/15983-opentelemetry-collector/
  • dashboard "Opentelemetry Collector Data Flow" deleted - it provides metrics visualized by "Opentelemetry Collector" dashboard
  • default Grafana home is /grafana/dashboards/f/demo/?orgId=1 - dashboards in Demo folder
  • "Demo Dashboard" updated
  • configured static uid and severity field for Opensearch datasource
  • used OTLP exporter for OTEL collector metrics
  • scraping of OTEL collector metric from Prometheus disabled (collector is pushing own metrics)

Merge Requirements

For new features contributions, please make sure you have completed the following
essential items:

  • CHANGELOG.md updated to document new feature additions
  • Appropriate documentation updates in the docs
  • Appropriate Helm chart updates in the helm-charts

Maintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.

@jangaraj jangaraj requested a review from a team as a code owner February 25, 2025 00:44
@github-actions github-actions bot added the helm-update-required Requires an update to the Helm chart when released label Feb 25, 2025
Copy link
Contributor

@puckpuck puckpuck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good, but a couple of small changes we need to make.

@puckpuck
Copy link
Contributor

I had to change line 1030 of demo-dashboard.json to read this:

"regex": "/.*service.name=\\\"([^\\\"]+)\\\".*/",

Replaces the _ with a .. That change should work with service_name and service.name for the label key.

@julianocosta89
Copy link
Member

julianocosta89 commented Feb 25, 2025

@jangaraj I noticed that we have a couple of duplicated tiles in the Collector Dashboard:
image

@jangaraj jangaraj requested a review from puckpuck February 25, 2025 12:26
@jangaraj
Copy link
Author

@julianocosta89 Could you provide more details, please? I don't see any duplication in your screenshot. thx.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
helm-update-required Requires an update to the Helm chart when released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants