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

Grafana annotations don't work? #1410

Open
nice-pink opened this issue May 8, 2024 · 0 comments
Open

Grafana annotations don't work? #1410

nice-pink opened this issue May 8, 2024 · 0 comments

Comments

@nice-pink
Copy link

Describe the bug
I set up the add_pdeployment_lines_to_grafana in values.yaml but can't get it running. I might have misconfigured it.

To Reproduce
This is the relevant part of the values.yaml.

The slack notifications work, but the annotations don't.

customPlaybooks:
- triggers:
    - on_pod_crash_loop: {}
    - on_pod_oom_killed: {}
    - on_container_oom_killed: {}
    # - on_deployment_update: {}
  actions:
    - resource_babysitter: {}
  sinks:
    - slack
- triggers:
    - on_daemonset_all_changes: {}
    - on_statefulset_all_changes: {}
    - on_daemonset_all_changes: {}
    - on_pod_create: {}
    - on_pod_delete: {}
  actions:
    - add_deployment_lines_to_grafana:
        grafana_api_key: "{{ env.GRAFANA_API_KEY }}"
        grafana_dashboard_uid: GRAFANA_DASHBOARD_ID
        grafana_url: "http://grafana.ops.svc.cluster.local:80"
        cluster_name: "{{ env.CLUSTER_NAME }}"

Expected behavior
I don't see any annotations (deployment_lines) in the dashboard.

Desktop (please complete the following information):

  • Grafana V8
  • Robusta 0.12.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant