Closed Warashi closed 2 months ago
Attention: Patch coverage is 0%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 22.79%. Comparing base (
71b46e0
) to head (89cd6e8
). Report is 11 commits behind head on master.
Files | Patch % | Lines |
---|---|---|
pkg/app/piped/cmd/piped/piped.go | 0.00% | 5 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What this PR does / why we need it:
If the control plane disables the monitoring feature, piped's OTEL TracerProvider logs some errors because the otel collector does not exist. It's not a problem, but we don't want to see error logs. So we discard the otel logs.
Which issue(s) this PR fixes:
Fixes #
Does this PR introduce a user-facing change?: