Skip to content

Commit a3150c8

Browse files
authored
Apply suggestions from code review
markdown lint (tentative)
1 parent 42d4950 commit a3150c8

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/maintaining-dependencies.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -447,27 +447,32 @@ See for example how `messaging.client_id` is treated.
447447

448448
### Comments (prometheus-cpp)
449449

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.
451454

452455
### Origin (prometheus-cpp)
453456

454457
The repository for `prometheus-cpp` can be found here:
455458

456-
- [repository](https://github.com/jupp0r/prometheus-cpp)
459+
* [repository](https://github.com/jupp0r/prometheus-cpp)
457460

458461
Check release notes at:
459462

460-
- [release-notes](https://github.com/jupp0r/prometheus-cpp/releases)
463+
* [release-notes](https://github.com/jupp0r/prometheus-cpp/releases)
461464

462465
### Upgrade (prometheus-cpp)
463466

464-
When upgrading `prometheus-cpp` to a newer release, you’ll need to update a few key files in the codebase to reflect the new version.
467+
When upgrading `prometheus-cpp` to a newer release,
468+
you’ll need to update a few key files in the codebase to reflect the new version.
465469

466470
In this example, we upgrade from `v1.2.3` to `v1.2.4`.
467471

468472
#### Directory `third_party/prometheus-cpp`
469473

470-
`prometheus-cpp` is a `git submodule`, so it needs to be pointed to the new release tag.
474+
`prometheus-cpp` is a `git submodule`,
475+
so it needs to be pointed to the new release tag.
471476

472477
```shell
473478
cd third_party/prometheus-cpp

0 commit comments

Comments
 (0)