Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add http4k to list of supported libraries #1605

Merged
merged 2 commits into from
Nov 11, 2020
Merged

Add http4k to list of supported libraries #1605

merged 2 commits into from
Nov 11, 2020

Conversation

daviddenton
Copy link
Contributor

We've recently added OTEL support as an optional module to http4k and would love to get it listed here. The module provides simple way of instrumenting http4k apps so that both Metrics and Tracing are available.

You can see how the integration works here. Happy to field questions, and keep up the great work!

@linux-foundation-easycla
Copy link

CLA Not Signed

@daviddenton
Copy link
Contributor Author

CLA Not Signed

I've signed the CLA, but it's now showing yet...

README.md Outdated
@@ -236,6 +236,7 @@ Because the automatic instrumentation runs in a different classpath than the ins
| [gRPC](https://github.com/grpc/grpc-java) | 1.5+ |
| [Hibernate](https://github.com/hibernate/hibernate-orm) | 3.3+ |
| [HttpURLConnection](https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/net/HttpURLConnection.html) | Java 7+ |
| [http4k](https://http4k.org) | 3.270.0+ |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @daviddenton!

Not sure how best to differentiate between instrumentation provided by this repo and instrumentation provided directly by the library.

I do think it's great to start tracking this.

Maybe:

Suggested change
| [http4k](https://http4k.org) | 3.270.0+ |
| [http4k<sup>&dagger;</sup>](https://http4k.org) | 3.270.0+ |

and then at the bottom of the table:

<sup>&dagger;</sup> OpenTelemetry support built directly into the library

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe change link to https://www.http4k.org/guide/modules/opentelemetry/?

and instead of above suggestion:

<sup>&dagger;</sup> OpenTelemetry support provided by the library

@trask
Copy link
Member

trask commented Nov 9, 2020

I've signed the CLA, but it's now showing yet...

The CLA check passed so you are all good, not sure why the bot didn't update the commit message.

@daviddenton
Copy link
Contributor Author

Both good suggestions - thank you @trask . Have made change - let me know if there's anything else I need to do. 😄

@iNikem iNikem merged commit d4d5cf8 into open-telemetry:master Nov 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants