Skip to content

Commit cbacf85

Browse files
authored
Merge pull request #248 from sysdiglabs/staging
Staging
2 parents fc29b3a + b19e23a commit cbacf85

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)