File: config.libsonnet

package info (click to toggle)
prometheus-elasticsearch-exporter 1.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 1,664 kB
  • sloc: sh: 63; makefile: 37
file content (6 lines) | stat: -rw-r--r-- 131 bytes parent folder | download
1
2
3
4
5
6
{
  _config+:: {
    dashboardNamePrefix: 'Elasticsearch Exporter / ',
    dashboardTags: ['elasticsearch-exporter-mixin'],
  },
}