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

Update java agent instrumentation disable list #4875

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion content/en/docs/zero-code/java/agent/disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Suppressing specific instrumentation
linkTitle: Suppressing instrumentation
weight: 11
# prettier-ignore
cSpell:ignore: akka armeria classloaders couchbase Customizer datasource dbcp Dotel dropwizard dubbo enduser finatra hikari hikaricp HSET httpasyncclient httpclient hystrix jaxrs jaxws jedis jodd kotlinx logback logmanager mojarra myfaces okhttp oshi pekko rabbitmq ratpack rediscala redisson restlet rocketmq serverlessapis spymemcached twilio vaadin vertx vibur webflux webmvc
cSpell:ignore: akka armeria classloaders clickhouse couchbase Customizer datasource dbcp Dotel dropwizard dubbo enduser finatra hikari hikaricp HSET httpasyncclient httpclient hystrix javalin jaxrs jaxws jedis jodd kotlinx ktor logback logmanager mojarra mybatis myfaces okhttp oshi pekko rabbitmq ratpack rediscala redisson restlet rocketmq serverlessapis shenyu spymemcached twilio vaadin vertx vibur webflux webmvc
---

## Disabling the agent entirely
Expand Down Expand Up @@ -66,6 +66,7 @@ corresponding instrumentation name: {{% /config_option %}}
| Apache Pekko HTTP | `pekko-http` |
| Apache Pulsar | `pulsar` |
| Apache RocketMQ | `rocketmq-client` |
| Apache Shenyu | `apache-shenyu` |
| Apache Struts 2 | `struts` |
| Apache Tapestry | `tapestry` |
| Apache Tomcat | `tomcat` |
Expand All @@ -75,6 +76,7 @@ corresponding instrumentation name: {{% /config_option %}}
| AWS Lambda | `aws-lambda` |
| AWS SDK | `aws-sdk` |
| Azure SDK | `azure-core` |
| Clickhouse Client | `clickhouse` |
| Couchbase | `couchbase` |
| C3P0 | `c3p0` |
| Dropwizard Views | `dropwizard-views` |
Expand All @@ -87,18 +89,23 @@ corresponding instrumentation name: {{% /config_option %}}
| Eclipse Mojarra | `jsf-mojarra` |
| Eclipse Vert.x HttpClient | `vertx-http-client` |
| Eclipse Vert.x Kafka Client | `vertx-kafka-client` |
| Eclipse Vert.x Redis Client | `vertx-redis-client` |
| Eclipse Vert.x RxJava | `vertx-rx-java` |
| Eclipse Vert.x SQL Client | `vertx-sql-client` |
| Eclipse Vert.x Web | `vertx-web` |
| Elasticsearch client | `elasticsearch-transport` |
| Elasticsearch REST client | `elasticsearch-rest` |
| Finagle | `finagle-http` |
| Google Guava | `guava` |
| Google HTTP client | `google-http-client` |
| Google Web Toolkit | `gwt` |
| Grails | `grails` |
| GraphQL Java | `graphql-java` |
| GRPC | `grpc` |
| Hibernate | `hibernate` |
| Hibernate Reactive | `hibernate-reactive` |
| HikariCP | `hikaricp` |
| InfluxDB | `influxdb` |
| Java HTTP Client | `java-http-client` |
| Java `HttpURLConnection` | `http-url-connection` |
| Java JDBC | `jdbc` |
Expand All @@ -108,6 +115,7 @@ corresponding instrumentation name: {{% /config_option %}}
| Java Servlet | `servlet` |
| java.util.concurrent | `executors` |
| java.util.logging | `java-util-logging` |
| Javalin | `javalin` |
| JAX-RS (Client) | `jaxrs-client` |
| JAX-RS (Server) | `jaxrs` |
| JAX-WS | `jaxws` |
Expand All @@ -117,6 +125,7 @@ corresponding instrumentation name: {{% /config_option %}}
| Jodd HTTP | `jodd-http` |
| JSP | `jsp` |
| K8s Client | `kubernetes-client` |
| Ktor | `ktor` |
| kotlinx.coroutines | `kotlinx-coroutines` |
| Log4j Appender | `log4j-appender` |
| Log4j MDC (1.x) | `log4j-mdc` |
Expand All @@ -125,6 +134,7 @@ corresponding instrumentation name: {{% /config_option %}}
| Logback MDC | `logback-mdc` |
| Micrometer | `micrometer` |
| MongoDB | `mongo` |
| MyBatis | `mybatis` |
| Netflix Hystrix | `hystrix` |
| Netty | `netty` |
| OkHttp | `okhttp` |
Expand All @@ -136,12 +146,14 @@ corresponding instrumentation name: {{% /config_option %}}
| OSHI (Operating System and Hardware Information) | `oshi` |
| Play Framework | `play` |
| Play WS HTTP Client | `play-ws` |
| Quarkus | `quarkus` |
| Quartz | `quartz` |
| R2DBC | `r2dbc` |
| RabbitMQ Client | `rabbitmq` |
| Ratpack | `ratpack` |
| ReactiveX RxJava | `rxjava` |
| Reactor | `reactor` |
| Reactor Kafka | `reactor-kafka` |
| Reactor Netty | `reactor-netty` |
| Redis Jedis | `jedis` |
| Redis Lettuce | `lettuce` |
Expand Down Expand Up @@ -170,6 +182,7 @@ corresponding instrumentation name: {{% /config_option %}}
| Undertow | `undertow` |
| Vaadin | `vaadin` |
| Vibur DBCP | `vibur-dbcp` |
| XXL-JOB | `xxl-job` |
| ZIO | `zio` |

**Note:** When using environment variables, dashes (`-`) should be converted to
Expand Down
Loading