Skip to content

grafana doesn't see prom data sources #5515

Open
@kotyara85

Description

@kotyara85

Hello everyone,
Hitting a very strange error when using prome kube stack v65.0.0

Image

Some cluster do have this error some don't, they're running off the same centralized configs and managed by argocd

I do see that config was successfully injected into grafana:

apiVersion: 1
datasources:
- name: "Prometheus"
  type: prometheus
  uid: prometheus
  url: http://prometheus-kube-prometheus-prometheus.monitoring-system:9090/
  access: proxy
  isDefault: true
  jsonData:
    httpMethod: POST
    timeInterval: 30s
- name: "Alertmanager"
  type: alertmanager
  uid: alertmanager
  url: http://prometheus-kube-prometheus-alertmanager.monitoring-system:9093/
  access: proxy
  jsonData:
    handleGrafanaManagedAlerts: false
    implementation: prometheus

Is there anything else I can look into?
Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions