Skip to content

vls/grafana_dashboards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

grafana_dashboards

example config for elasticsearch_exporter:

- job_name: 'elasticsearch'

  scrape_interval: 30s
  metrics_path: '/metrics'
  static_configs:
    - targets: [ 'master1']
      # Labels assigned to all metrics scraped from the targets.
      labels:
        node_type: data
    - targets: [ 'storage1' ]
      # Labels assigned to all metrics scraped from the targets.
      labels:
        node_type: master
    - targets: [ 'client1' ]
      # Labels assigned to all metrics scraped from the targets.
      labels:
        node_type: client

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published