Skip to content

Commit 5230f1e

Browse files
jaydelucavitorvasc
andauthored
Update java agent libraries (#7933)
Co-authored-by: Vitor Vasconcellos <vitor.vasconcellos@mercadolivre.com>
1 parent d0d4218 commit 5230f1e

File tree

3 files changed

+40
-3
lines changed

3 files changed

+40
-3
lines changed

content/en/docs/zero-code/java/agent/disable.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Suppressing specific instrumentation
33
linkTitle: Suppressing instrumentation
44
weight: 12
55
# prettier-ignore
6-
cSpell:ignore: activej akka armeria avaje clickhouse couchbase datasource dbcp Dotel dropwizard dubbo finatra hikari hikaricp httpasyncclient httpclient hystrix javalin jaxrs jaxws jedis jodd kotlinx ktor logback logmanager mojarra mybatis myfaces okhttp openai oshi payara pekko rabbitmq ratpack rediscala redisson restlet rocketmq shenyu spymemcached twilio vaadin vertx vibur webflux webmvc
6+
cSpell:ignore: activej akka armeria avaje clickhouse couchbase datasource dbcp Dotel dropwizard dubbo finatra helidon hikari hikaricp httpasyncclient httpclient hystrix javalin jaxrs jaxws jedis jodd kotlinx ktor logback logmanager mojarra mybatis myfaces nats okhttp openai oshi payara pekko rabbitmq ratpack rediscala redisson restlet rocketmq shenyu spymemcached twilio vaadin vertx vibur webflux webmvc
77
---
88

99
## Disabling the agent entirely
@@ -100,13 +100,15 @@ corresponding instrumentation name: {{% /config_option %}}
100100
| Elasticsearch API client | `elasticsearch-api-client` |
101101
| Elasticsearch client | `elasticsearch-transport` |
102102
| Elasticsearch REST client | `elasticsearch-rest` |
103+
| Failsafe | `failsafe` |
103104
| Finagle | `finagle-http` |
104105
| Google Guava | `guava` |
105106
| Google HTTP client | `google-http-client` |
106107
| Google Web Toolkit | `gwt` |
107108
| Grails | `grails` |
108109
| GraphQL Java | `graphql-java` |
109110
| GRPC | `grpc` |
111+
| Helidon | `helidon` |
110112
| Hibernate | `hibernate` |
111113
| Hibernate Reactive | `hibernate-reactive` |
112114
| HikariCP | `hikaricp` |
@@ -141,11 +143,13 @@ corresponding instrumentation name: {{% /config_option %}}
141143
| Micrometer | `micrometer` |
142144
| MongoDB | `mongo` |
143145
| MyBatis | `mybatis` |
146+
| NATS Client | `nats` |
144147
| Netflix Hystrix | `hystrix` |
145148
| Netty | `netty` |
146149
| OkHttp | `okhttp` |
147150
| OpenLiberty | `liberty` |
148151
| OpenAI | `openai` |
152+
| OpenSearch Java | `opensearch-java` |
149153
| OpenSearch REST | `opensearch-rest` |
150154
| OpenTelemetry Extension Annotations | `opentelemetry-extension-annotations` |
151155
| OpenTelemetry Instrumentation Annotations | `opentelemetry-instrumentation-annotations` |

0 commit comments

Comments
 (0)