-
Notifications
You must be signed in to change notification settings - Fork 24
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 Receiver to Splunk Observability dashboard generator (Terraform configs) #54
OpenTelemetry Receiver to Splunk Observability dashboard generator (Terraform configs) #54
Conversation
recheck |
recheck |
Generate dashboard for a single receiverInstall the requirements and run Note: The Terraform configuration will print to STDOUT which can be piped to a
Generate dashboards for many receiversIf the
|
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
Python script for taking the metrics named in any given OpenTelemetry Receiver's
metadata.yaml
and create a dashboard for Splunk Observability with those metrics as a Terraform config. Saves time for users who need/want to use a contrib receiver but don't want to hunt down all the possible metrics and add them to a dashboard.observability-tf-configs
)otel-receiver-yaml
directory contains current yaml files for receivers. Can also be pulled down by script.NOTE: These dashboards are GENERATED and are NOT a replacement for Out Of The Box dashboard/content in Splunk Observability. This is also noted in the README.md.