Skip to content

Commit

Permalink
Add note to enable graphql instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
lovesh-ap committed Sep 25, 2024
1 parent 72f3fef commit 4a843d5
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The agent automatically instruments the following frameworks.
- Resin 3.1.9 to 4.0.x
- Jetty 9.3.0.M1 to latest
- Mule ESB 3.6 to 3.9.x
- gRPC 1.4.0 to latest**
- gRPC 1.4.0 to latest [**](#grpc-instrumentation)
- Jersey 2.0 to latest
- Akka Server 10.0 to latest (with scala 2.11 and above)
- Spray Can 1.3.1 to latest (with scala 2.11 and above)
Expand All @@ -42,9 +42,18 @@ The agent automatically instruments the following frameworks.
- Netty Server 4.0.0.Final to latest
- Netty Reactor Server 0.7.0.RELEASE to latest
- Vertx web 3.2.0 to latest
- GraphQL 16.0.0 to latest

** IAST for **gRPC** requires the dependency [protobuf-java-util](https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util) for IAST request replay.
- GraphQL 16.0.0 to latest [**](#graphql-instrumentation)

#### gRPC Instrumentation
IAST for **gRPC** requires the dependency [protobuf-java-util](https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java-util) for IAST request replay.

#### GraphQL Instrumentation
By default, GraphQL instrumentation is disabled in IAST as it is an experimental feature. To take advantage of this feature enable GraphQL instrumentation, update your configuration by adding the following settings under the class_transformer section:
```yaml
class_transformer:
com.newrelic.instrumentation.security.graphql-java-16.2:
enabled: true
```
### Java Native Operations
Expand Down

0 comments on commit 4a843d5

Please sign in to comment.