Skip to content

Commit b207b51

Browse files
authored
Improve Documentation for feign-metrics (#2463)
**Problem** From the current documentation it is not immediately clear that additional dependencies are needed to make feign metrics work. This can lead to frustration. **Solution** Explicitly mention that additional dependencies are needed to make feign-metrics work.
1 parent 37e48e6 commit b207b51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1123,6 +1123,10 @@ But, it's possible to add metric collection capabilities to any feign client.
11231123
11241124
Metric Capabilities provide a first-class Metrics API that users can tap into to gain insight into the request/response lifecycle.
11251125
1126+
> **A Note on Metrics modules**:
1127+
>
1128+
> All the metric-integrations are built in separate modules and not available in the `feign-core` module. You will need to add them to your dependencies.
1129+
11261130
#### Dropwizard Metrics 4
11271131
11281132
```

0 commit comments

Comments
 (0)