From 18a2fa66c7ceb870dcf5df17413dd79417ae5562 Mon Sep 17 00:00:00 2001 From: Jean Bisutti Date: Wed, 31 Jan 2024 20:22:23 +0100 Subject: [PATCH] How to disable the Pekko instrumentation (#3913) --- content/en/docs/languages/java/automatic/agent-config.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/docs/languages/java/automatic/agent-config.md b/content/en/docs/languages/java/automatic/agent-config.md index fbcb16b240fb..94076f3339df 100644 --- a/content/en/docs/languages/java/automatic/agent-config.md +++ b/content/en/docs/languages/java/automatic/agent-config.md @@ -3,7 +3,7 @@ title: Agent Configuration linkTitle: Configuration weight: 10 # prettier-ignore -cSpell:ignore: akka armeria classloaders couchbase Customizer datasource dbcp Dotel dropwizard dubbo finatra hikari hikaricp HSET httpasyncclient httpclient hystrix jaxrs jaxws jedis jodd kotlinx logback logmanager mojarra myfaces okhttp oshi rabbitmq ratpack rediscala redisson restlet rocketmq serverlessapis spymemcached twilio vaadin vertx vibur webflux webmvc +cSpell:ignore: akka armeria classloaders couchbase Customizer datasource dbcp Dotel dropwizard dubbo 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 --- ## SDK Autoconfiguration @@ -285,6 +285,8 @@ corresponding instrumentation name: {{% /config_option %}} | Apache HttpClient | `apache-httpclient` | | Apache Kafka | `kafka` | | Apache MyFaces | `jsf-myfaces` | +| Apache Pekko Actor | `pekko-actor` | +| Apache Pekko HTTP | `pekko-http` | | Apache Pulsar | `pulsar` | | Apache RocketMQ | `rocketmq-client` | | Apache Struts 2 | `struts` |