...

Text file src/edge-infra.dev/config/pallets/o11y/grafana/base/datasources.yaml

Documentation: edge-infra.dev/config/pallets/o11y/grafana/base

     1apiVersion: grafana.integreatly.org/v1beta1
     2kind: GrafanaDatasource
     3metadata:
     4  name: google-cloud-monitoring
     5spec:
     6  datasource:
     7    name: Google Cloud Monitoring
     8    type: stackdriver
     9    access: proxy
    10    isDefault: true
    11    jsonData:
    12      authenticationType: gce
    13      defaultProject: ${gcp_project_id}
    14    uid: gcp-monitoring
    15  instanceSelector:
    16    matchLabels:
    17      dashboards: grafana
    18---
    19apiVersion: grafana.integreatly.org/v1beta1
    20kind: GrafanaDatasource
    21metadata:
    22  name: google-cloud-logging
    23spec:
    24  datasource:
    25    name: Google Cloud Logging
    26    type: googlecloud-logging-datasource
    27    access: proxy
    28    jsonData:
    29      authenticationType: gce
    30      defaultProject: ${gcp_project_id}
    31    uid: gcp-logging
    32  instanceSelector:
    33    matchLabels:
    34      dashboards: grafana
    35  plugins:
    36  - name: agenty-flowcharting-panel
    37    version: 0.9.1
    38  - name: googlecloud-logging-datasource
    39    version: 1.4.1
    40  - name: jdbranham-diagram-panel
    41    version: 1.10.4
    42  - name: marcusolsson-treemap-panel
    43    version: 2.0.1
    44  - name: pgillich-tree-panel
    45    version: 0.1.9
    46  - name: serrrios-statusoverview-panel
    47    version: 0.0.4
    48  - name: volkovlabs-echarts-panel
    49    version: 6.2.0
    50  - name: volkovlabs-form-panel
    51    version: 4.4.0
    52  - name: volkovlabs-variable-panel
    53    version: 3.2.0

View as plain text