Skip to content

Commit

Permalink
Merge pull request #247 from sysdiglabs/add-prerequisites-to-harbor
Browse files Browse the repository at this point in the history
Added prerequisites to Harbor
  • Loading branch information
daviddetorres authored Nov 17, 2022
2 parents 5d1cce8 + 77ec02c commit b19e23a
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 b19e23a

Please sign in to comment.