Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[receiver/googlecloudpubsub] noisy warning logs #37571

Open
kevinnoel-be opened this issue Jan 29, 2025 · 1 comment
Open

[receiver/googlecloudpubsub] noisy warning logs #37571

kevinnoel-be opened this issue Jan 29, 2025 · 1 comment
Labels

Comments

@kevinnoel-be
Copy link
Contributor

Component(s)

receiver/googlecloudpubsub

Describe the issue you're reporting

By default all of our deployed OTel collectors are running with logs configured to only emit warnings & errors. For a while now we've got recurring logs being emitted at a warning level for the googlepubsub receiver. Those are "internal" ones on how pubsub streaming pull works and should probably be emitted at debug level instead. The current warning log volume is about ~40k logs per day with around ~500 pods of those receivers deployed.

Example of such logs:

{"level":"warn","ts":1738158502.4433293,"caller":"internal/handler.go:217","msg":"response stream breaking on gRPC s stream terminated by RST_STREAM with error code: INTERNAL_ERROR","kind":"receiver","name":"googlecloudpubsub/xxx","data_type":"logs","s":"stream terminated by RST_STREAM with error code: INTERNAL_ERROR","error":"rpc error: code = Internal desc = stream terminated by RST_STREAM with error code: INTERNAL_ERROR"}
{"level":"warn","ts":1738158502.4433982,"caller":"internal/handler.go:230","msg":"Response Stream loop ended.","kind":"receiver","name":"googlecloudpubsub/xxx","data_type":"logs"}
{"level":"warn","ts":1738158502.4434168,"caller":"internal/handler.go:169","msg":"requestStream <-ctx.Done()","kind":"receiver","name":"googlecloudpubsub/xxx","data_type":"logs"}
{"level":"warn","ts":1738158502.443425,"caller":"internal/handler.go:180","msg":"Request Stream loop ended.","kind":"receiver","name":"googlecloudpubsub/xxx","data_type":"logs"}
{"level":"warn","ts":1738158502.4922369,"caller":"internal/handler.go:124","msg":"End of recovery loop, restarting.","kind":"receiver","name":"googlecloudpubsub/xxx","data_type":"logs"}
@kevinnoel-be kevinnoel-be added the needs triage New item requiring triage label Jan 29, 2025
Copy link
Contributor

Pinging code owners:

See Adding Labels via Comments if you do not have permissions to add labels yourself.

alexvanboxel added a commit to alexvanboxel/opentelemetry-collector-contrib that referenced this issue Jan 30, 2025
alexvanboxel added a commit to alexvanboxel/opentelemetry-collector-contrib that referenced this issue Jan 30, 2025
alexvanboxel added a commit to alexvanboxel/opentelemetry-collector-contrib that referenced this issue Jan 30, 2025
alexvanboxel added a commit to alexvanboxel/opentelemetry-collector-contrib that referenced this issue Jan 30, 2025
alexvanboxel added a commit to alexvanboxel/opentelemetry-collector-contrib that referenced this issue Jan 30, 2025
alexvanboxel added a commit to alexvanboxel/opentelemetry-collector-contrib that referenced this issue Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant