You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/maintaining-dependencies.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -447,27 +447,32 @@ See for example how `messaging.client_id` is treated.
447
447
448
448
### Comments (prometheus-cpp)
449
449
450
-
The `prometheus-cpp` library provides a C++ client for Prometheus, facilitating the creation and registration of metrics that Prometheus scrapes. `prometheus-cpp` is used as a git submodule under the `third_party` directory for ease of inclusion in build system.
450
+
The `prometheus-cpp` library provides a C++ client for Prometheus,
451
+
facilitating the creation and registration of metrics that Prometheus scrapes.
452
+
`prometheus-cpp` is used as a git submodule under the `third_party` directory
453
+
for ease of inclusion in build system.
451
454
452
455
### Origin (prometheus-cpp)
453
456
454
457
The repository for `prometheus-cpp` can be found here:
0 commit comments