Skip to content

Commit

Permalink
How to disable the Pekko instrumentation (#3913)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Jan 31, 2024
1 parent eae9e18 commit 18a2fa6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/docs/languages/java/automatic/agent-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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` |
Expand Down

0 comments on commit 18a2fa6

Please sign in to comment.