You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Kashish3009
changed the title
Option to disable OTEL completely in V2
Option to disable OTEL completely in v2 to emit logs from connector to HGE
Jan 27, 2025
Kashish3009
changed the title
Option to disable OTEL completely in v2 to emit logs from connector to HGE
Option to disable OTEL completely in v2 to emit logs/metrics from connector to HGE
Jan 27, 2025
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
The text was updated successfully, but these errors were encountered: