micrometer-metrics / micrometer-samples

Sample apps to demo Micrometer features
Apache License 2.0
65 stars 23 forks source link

Add Retrofit sample #46

Closed nathandeamer closed 1 year ago

nathandeamer commented 1 year ago

Adding a retrofit sample which uses the OkHttpObservationInterceptor for metrics and traces

jonatan-ivanov commented 1 year ago

Thank you for the PR! I'm making this more similar to the micrometer-samples-boot3-* samples (e.g.: micrometer-samples-boot3-web) since those are closer to be integration tests and they test logs, the prometheus endpoint and the data in zipkin. I'm going to update this PR and merge it soon.