cap-js / telemetry

CDS plugin providing observability features, incl. automatic OpenTelemetry instrumentation.
https://cap.cloud.sap/docs
Apache License 2.0
8 stars 7 forks source link

Unknown compression in CF #221

Closed prophet1906 closed 2 months ago

prophet1906 commented 2 months ago

I enabled cap-js/telemetry with configuration for cloud logging service. Everything is working as expected and I can view the metrics in dashboard. But there is an additional log message with warn level at application startup. Unknown compression "", falling back to "none".

Note: It is a cap project with latest version(8).

sjvans commented 2 months ago

hi @prophet1906

thanks for reporting. i noticed it as well, but didn't yet have the time to investigate...

sjvans commented 2 months ago

issue in @opentelemetry/otlp-grpc-exporter-base

https://github.com/open-telemetry/opentelemetry-js/pull/4985 would address it