Skip to content

Commit

Permalink
refactor(zeebe): update metrics route for 8.3.0 (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe authored Aug 29, 2023
1 parent 80d3ef1 commit 7d01173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/self-managed/zeebe-deployment/operations/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Add the following entry to your `prometheus.yml`:
```
- job_name: zeebe
scrape_interval: 15s
metrics_path: /metrics
metrics_path: /actuator/prometheus
scheme: http
static_configs:
- targets:
Expand Down

0 comments on commit 7d01173

Please sign in to comment.