Great thanks.
I will check it out

Regards,
Kishore

Sent from iPhone


On Wed, 6 Aug 2025 at 21:21, Ryan Kennedy <rcken...@gmail.com> wrote:

> Kishore:
>
> I would start with the OpenTelemetry Agent (
> https://opentelemetry.io/docs/zero-code/java/agent/). That comes with a
> fair number of instrumentations that get automatically enabled (e.g. many
> inbound/outbound HTTP requests, JDBC drivers, etc). There are additional
> auto-instrumentation packages that you can add if you need to cover
> additional libraries/APIs. You can also add manual instrumentation to
> complement the auto-instrumentation. But I’d start with
> auto-instrumentation and see how far that gets you.
>
> Using the Agent is nice because it requires no code modifications (to get
> started, anyway…you may eventually want to add some manual instrumentation)
> and it can be configured (enabled/disabled, pointed to whatever
> OpenTelemetry Collector you want to send tracing data/metrics to) via
> environment variable and/or Java property.
>
> Zipkin these days, I believe, supports OpenTelemetry (
> https://github.com/open-telemetry/opentelemetry-java/tree/main/exporters/zipkin).
> So if you’re hoping to have traces sent to Zipkin, you can use
> OpenTelemetry to send data there as well as any other OpenTelemetry-enabled
> service (most of my experience is from my prior job, where we sent all of
> our telemetry to Honeycomb.io).
>
> Ryan
>
> Sent from my iPad
>
> On Aug 5, 2025, at 9:59 AM, Kishore keshu <1989kish...@gmail.com> wrote:
>
> 
>
> Hi,
>
> Is there any package available for distributed tracing in Dropwizard?
>
> The package below is archived
>
> GitHub - smoketurner/dropwizard-zipkin: Dropwizard Zipkin Bundle
> https://github.com/smoketurner/dropwizard-zipkin
>
> Regards,
> Kishore
>
> Sent from iPhone
>
> --
> You received this message because you are subscribed to the Google Groups
> "dropwizard-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dropwizard-dev+unsubscr...@googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/dropwizard-dev/CADf__viqr-AfvdsGKOd1z%2BRt648JcVg2recSsghPiCPHjLrVsg%40mail.gmail.com
> <https://groups.google.com/d/msgid/dropwizard-dev/CADf__viqr-AfvdsGKOd1z%2BRt648JcVg2recSsghPiCPHjLrVsg%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "dropwizard-dev" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to dropwizard-dev+unsubscr...@googlegroups.com.
> To view this discussion visit
> https://groups.google.com/d/msgid/dropwizard-dev/187E8D7A-440E-44A0-B99A-A5C20423FE04%40gmail.com
> <https://groups.google.com/d/msgid/dropwizard-dev/187E8D7A-440E-44A0-B99A-A5C20423FE04%40gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"dropwizard-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dropwizard-dev+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/dropwizard-dev/CADf__vgVtS3a4WRChgcs_NROeoMUSf0eaBBVMvrXHD7m1YgdXw%40mail.gmail.com.

Reply via email to