...

Text file src/github.com/linkerd/linkerd2/grafana/values.yaml

Documentation: github.com/linkerd/linkerd2/grafana

     1podAnnotations:
     2  linkerd.io/inject: enabled
     3
     4grafana.ini:
     5  server:
     6    root_url: '%(protocol)s://%(domain)s:/grafana/'
     7  auth:
     8    disable_login_form: true
     9  auth.anonymous:
    10    enabled: true
    11    org_role: Editor
    12  auth.basic:
    13    enabled: false
    14  analytics:
    15    check_for_updates: false
    16  panels:
    17    disable_sanitize_html: true
    18  log:
    19    mode: console
    20  log.console:
    21    format: text
    22    level: info
    23
    24datasources:
    25  datasources.yaml:
    26    apiVersion: 1
    27    datasources:
    28    - name: prometheus
    29      type: prometheus
    30      access: proxy
    31      orgId: 1
    32      url: http://prometheus.linkerd-viz.svc.cluster.local:9090
    33      isDefault: true
    34      jsonData:
    35        timeInterval: "5s"
    36      editable: true
    37
    38dashboardProviders:
    39  dashboardproviders.yaml:
    40    apiVersion: 1
    41    providers:
    42    - name: 'default'
    43      orgId: 1
    44      folder: ''
    45      type: file
    46      disableDeletion: false
    47      editable: true
    48      options:
    49        path: /var/lib/grafana/dashboards/default
    50
    51dashboards:
    52  default:
    53    # all these charts are hosted at https://grafana.com/grafana/dashboards/{id}
    54    top-line:
    55      gnetId: 15474
    56      revision: 4
    57      datasource: prometheus
    58    health:
    59      gnetId: 15486
    60      revision: 3
    61      datasource: prometheus
    62    kubernetes:
    63      gnetId: 15479
    64      revision: 2
    65      datasource: prometheus
    66    namespace:
    67      gnetId: 15478
    68      revision: 3
    69      datasource: prometheus
    70    deployment:
    71      gnetId: 15475
    72      revision: 6
    73      datasource: prometheus
    74    pod:
    75      gnetId: 15477
    76      revision: 3
    77      datasource: prometheus
    78    service:
    79      gnetId: 15480
    80      revision: 3
    81      datasource: prometheus
    82    route:
    83      gnetId: 15481
    84      revision: 3
    85      datasource: prometheus
    86    authority:
    87      gnetId: 15482
    88      revision: 3
    89      datasource: prometheus
    90    cronjob:
    91      gnetId: 15483
    92      revision: 3
    93      datasource: prometheus
    94    job:
    95      gnetId: 15487
    96      revision: 3
    97      datasource: prometheus
    98    daemonset:
    99      gnetId: 15484
   100      revision: 3
   101      datasource: prometheus
   102    replicaset:
   103      gnetId: 15491
   104      revision: 3
   105      datasource: prometheus
   106    statefulset:
   107      gnetId: 15493
   108      revision: 3
   109      datasource: prometheus
   110    replicationcontroller:
   111      gnetId: 15492
   112      revision: 4
   113      datasource: prometheus
   114    prometheus:
   115      gnetId: 15489
   116      revision: 2
   117      datasource: prometheus
   118    prometheus-benchmark:
   119      gnetId: 15490
   120      revision: 2
   121      datasource: prometheus
   122    multicluster:
   123      gnetId: 15488
   124      revision: 3
   125      datasource: prometheus

View as plain text