Skip to content

Commit 6e88013

Browse files
author
Peter Marton
committed
docs(README): fix image link
1 parent 3e5528b commit 6e88013

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ curl http://localhost:3001
2929

3030
## Metrics between services
3131

32+
`parent_service="unknown"` label means that the request initiator is not instrumented *(Prometheus scraper, curl, etc)*.
33+
3234
### Throughput
3335

3436
Prometheus query:
@@ -47,4 +49,4 @@ Prometheus query:
4749
histogram_quantile(0.95, sum(rate(operation_duration_seconds_bucket{name="http_server"}[1m])) by (le, service, parent_service)) * 1000
4850
```
4951

50-
![95th response time between services](img/response time_95th.png)
52+
![95th response time between services](img/response_time_95th.png)
File renamed without changes.

0 commit comments

Comments
 (0)