Skip to content

Commit b19e23a

Browse files
Merge pull request #247 from sysdiglabs/add-prerequisites-to-harbor
Added prerequisites to Harbor
2 parents 5d1cce8 + 77ec02c commit b19e23a

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

resources/harbor/INSTALL-v2.2.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
1-
# Installing the exporter
2-
Harbor is already instrumented so you don't have to add any extra exporter.
1+
# Prerequisites
2+
Harbor is already instrumented so you don't have to add any extra exporter.
3+
4+
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'.
5+
6+
If you install Harbor with Helm, you need to use the following flag:
7+
```
8+
--set 'metrics.enabled=true'
9+
```

0 commit comments

Comments
 (0)