← All dashboards

Harbor

修改自harbor官方仓库:https://github.com/goharbor/harbor/edit/master/contrib/grafana-dashborad/metrics-example.json

exporter

harbor_exporter

Version

harbor 2.4.1

prometheus.yaml

  - job_name: 'harbor-exporter'
    scrape_interval: 20s
    static_configs:
      # Scrape metrics from the Harbor exporter component
      - targets: ['172.16.31.2:9090']

  - job_name: 'harbor-core'
    scrape_interval: 20s
    params:
      # Scrape metrics from the Harbor core component
      comp: ['core']
    static_configs:
      - targets: ['172.16.31.2:9090']

  - job_name: 'harbor-registry'
    scrape_interval: 20s
    params:
      # Scrape metrics from the Harbor registry component
      comp: ['registry']
    static_configs:
      - targets: ['172.16.31.2:9090']

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 1,109