All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.opentelemetry.javaagent.instrumentation.vertx.package-info Maven / Gradle / Ivy

There is a newer version: 2.8.0-alpha
Show newest version
/**
 * The majority of monitoring needs of Vert.x application is covered by generic instrumentations.
 * Such as those of netty or JDBC.
 *
 * 

{@link io.opentelemetry.javaagent.instrumentation.vertx.VertxWebInstrumentationModule} wraps * all Vert.x route handlers in order to update the name of the currently active SERVER span with * the name of route. This is, arguably, a much more user-friendly name that defaults provided by * HTTP server instrumentations. */ package io.opentelemetry.javaagent.instrumentation.vertx;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy