Skip to content

Commit 1509c41

Browse files
docs: fix broken link
1 parent de391cb commit 1509c41

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/content/changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ my_profile:
323323
prometheus-push-format: protobuf
324324
```
325325
326-
More information about the different formats: https://prometheus.io/docs/instrumenting/exposition_formats/#exposition-formats
326+
More information about the different formats: https://prometheus.io/docs/instrumenting/exposition_formats/
327327
328328
329329
## New in this version

docs/content/monitoring/prometheus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Prometheus Pushgateway uses the job label as a grouping key. Metrics with the sa
137137

138138
For more control over the job label, use the `prometheus-push-job` property. This property supports the `$command` placeholder, which is replaced with the executed command's name.
139139

140-
You can specify the request format using `prometheus-push-format`. The default is `text`, but it can also be set to `protobuf` (see [compatibility with Prometheus](https://prometheus.io/docs/instrumenting/exposition_formats/#exposition-formats)).
140+
You can specify the request format using `prometheus-push-format`. The default is `text`, but it can also be set to `protobuf` (see [compatibility with Prometheus](https://prometheus.io/docs/instrumenting/exposition_formats/)).
141141

142142
## User-Defined Labels
143143

0 commit comments

Comments
 (0)