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
+152Lines changed: 152 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,3 +442,155 @@ Last, in some special case like name collisions for a given symbol,
442
442
the template itself may need to be adjusted for special logic.
443
443
444
444
See for example how `messaging.client_id` is treated.
445
+
446
+
## prometheus-cpp
447
+
448
+
### Comments (prometheus-cpp)
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.
451
+
452
+
### Origin (prometheus-cpp)
453
+
454
+
The repository for `prometheus-cpp` can be found here:
0 commit comments