hasura / hasura/graphql-engine
Option to disable OTEL completely in v2 to emit logs/metrics from connector to HGE
Open
a/internal
k/enhancement
- Dominant language
- TypeScript
- Stars
- 32.1k
- Forks
- 3k
- PR merge metrics
- PR metrics pending
Description
### Is your proposal related to a problem?
Hasura app imports io.opentelemetry.api.trace.Tracer into the Connector code for usage -- when building, if OTEL is disabled, the classes will not be compiled into the JAR
This causes resolution failure since now the Tracer import is asking for classes which don't exist
### Describe the solution you'd like
An option to disable OTEL in the connectors
### Describe alternatives you've considered
Contributor guide
Assessment
This issue has not been assessed yet.