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

'OTLP Partial Success: empty message' spam #13341

Closed
3 tasks done
burningalchemist opened this issue Apr 25, 2023 · 0 comments
Closed
3 tasks done

'OTLP Partial Success: empty message' spam #13341

burningalchemist opened this issue Apr 25, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@burningalchemist
Copy link

burningalchemist commented Apr 25, 2023

Checklist:

  • I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
  • I've included steps to reproduce the bug.
  • I've pasted the output of argocd version.

Describe the bug

Latest versions (v2.6.7, v2.7.x) of ArgoCD are still using v1.11.1 version of opentelemetry libs, which contains a bug causing lots of useless messages in the log:

2023/04/25 07:19:32 OTLP partial success: empty message (0 spans rejected)

The main issue is the amount of these log messages affecting the logging backends. It was fixed and included in the following patch release v1.11.2. As a mitigation, we exclude this message on the logging solution side with a filter.

To Reproduce

  1. Configure --otlp-address to enable sending traces to the available tracing backend;
  2. Check logs.

Expected behavior

As per this issue (open-telemetry/opentelemetry-go#3432) the log message is not needed.

The suggestion is to bump up the dependency from v1.11.1 to v1.11.2 to avoid any OTLP surprises.

Version

{
    "Version": "v2.6.1+3f143c9",
    "BuildDate": "2023-02-08T18:51:05Z",
    "GitCommit": "3f143c9307f99a61bf7049a2b1c7194699a7c21b",
    "GitTreeState": "clean",
    "GoVersion": "go1.18.10",
    "Compiler": "gc",
    "Platform": "linux/amd64",
    "KustomizeVersion": "v4.5.7 2022-08-02T16:35:54Z",
    "HelmVersion": "v3.10.3+g835b733",
    "KubectlVersion": "v0.24.2",
    "JsonnetVersion": "v0.19.1"
}

P.S. There's a closed dependabot PR already, but I'm happy to provide a PR as well if needed. 👍

Thanks! :)

@burningalchemist burningalchemist added the bug Something isn't working label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant