hasura / hasura/graphql-engine

Option to disable OTEL completely in v2 to emit logs/metrics from connector to HGE

Open
#10,656 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.