Skip to content

Commit

Permalink
Merge pull request #710 from pjgg/feat/opentelemetry_patch
Browse files Browse the repository at this point in the history
Missing UdsNettyChannelProvider register for reflexion on http/graphql-telemetry
  • Loading branch information
michalvavrik authored Jun 13, 2022
2 parents 86602a6 + 2875738 commit cfb28f5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
smallrye.graphql.allowGet=true
quarkus.application.name=graphql-telemetry

#TODO https://github.com/quarkusio/quarkus/issues/26083
quarkus.native.additional-build-args=--allow-incomplete-classpath, -H:ReflectionConfigurationFiles=reflection-config.json
11 changes: 11 additions & 0 deletions http/graphql-telemetry/src/main/resources/reflection-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[
{
"name": "io.grpc.netty.UdsNettyChannelProvider",
"allDeclaredConstructors" : true,
"allPublicConstructors" : true,
"allDeclaredMethods" : true,
"allPublicMethods" : true,
"allDeclaredFields" : true,
"allPublicFields" : true
}
]

0 comments on commit cfb28f5

Please sign in to comment.