Skip to content

Commit

Permalink
fixes name of metrics endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Lars Kerick <Brice187@users.noreply.github.com>
  • Loading branch information
Brice187 authored Jul 11, 2023
1 parent 6b538f0 commit a85691b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/administration/metrics/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ You can also use Prometheus to collect metrics from a Harbor instance deployed i
matchLabels:
app: harbor
endpoints:
- port: metrics
- port: http-metrics
```

2. Enable Harbor to expose metrics by updating your harbor-helm `values.yaml` file and set `metrics.enabled` to `true`. You can also edit the port and path the metrics are exposed on by updating the available harbor-helm chart [configuration options for metrics](https://github.com/goharbor/harbor-helm#configuration).
Expand Down

0 comments on commit a85691b

Please sign in to comment.