Skip to content

Commit

Permalink
Merge pull request #248 from sysdiglabs/staging
Browse files Browse the repository at this point in the history
Staging
  • Loading branch information
Mak0tin authored Nov 18, 2022
2 parents fc29b3a + b19e23a commit cbacf85
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions resources/harbor/INSTALL-v2.2.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Installing the exporter
Harbor is already instrumented so you don't have to add any extra exporter.
# Prerequisites
Harbor is already instrumented so you don't have to add any extra exporter.

As seen in the Harbor documentation page [Configure the Harbor YML File](https://goharbor.io/docs/main/install-config/configure-yml-file/), to make Harbor expose an endpoint for scraping metrics, you need to set the 'metric.enabled' configuration to 'true'.

If you install Harbor with Helm, you need to use the following flag:
```
--set 'metrics.enabled=true'
```

0 comments on commit cbacf85

Please sign in to comment.