Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 3 additions & 12 deletions src/site/markdown/httpcomponents-client-5.6.x/observation.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,24 +83,14 @@ Nothing is enabled unless you add Micrometer and call the opt-in helpers.

## Dependency

**Maven**
```xml
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-observation</artifactId>
<version>5.6-alpha1</version>
</dependency>

## Dependency

**Maven**

```xml
<!-- Required: the optional observability module itself -->
<dependency>
<groupId>org.apache.httpcomponents.client5</groupId>
<artifactId>httpclient5-observation</artifactId>
<version>5.6-alpha1</version>
<version>5.6.1</version>
</dependency>

<!-- Optional: add only if you actually use Micrometer metrics / observations / Prometheus / tracing -->
Expand Down Expand Up @@ -133,4 +123,5 @@ Nothing is enabled unless you add Micrometer and call the opt-in helpers.
<artifactId>micrometer-tracing-bridge-otel</artifactId>
<version>${micrometer.tracing.version}</version>
<optional>true</optional>
</dependency>
</dependency>
```