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

trace not working #3825

Closed
zoezhangmattr opened this issue Aug 15, 2024 · 3 comments
Closed

trace not working #3825

zoezhangmattr opened this issue Aug 15, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@zoezhangmattr
Copy link

zoezhangmattr commented Aug 15, 2024

Describe the bug A clear and concise description of what the bug is.
when release the helm , this is the related config:

otelcolInstrumentation:
  enabled: true
tracesGateway:
  enabled: true
sumologic:
  traces:
    enabled: true

we can see the otelcolInstrumentation statefulset is up and working, service/service.go:148 Everything is ready. Begin running and processing data.
the trace gateway is up and working: service/service.go:148 Everything is ready. Begin running and processing data.
the trace sampler is working as well

when we configure the application service with the endpoint of http://sumologic-collector-otelagent.sumologic.svc.cluster.local:4318 to send traces, the application can receive 200, but i dont see any traces processed, no logs shown in above 3 pods.

i wonder if i did something wrong,
hope you can help me pls

Logs Logs which can be helpful in investigating the issue.

Command used to install/upgrade Collection Direct command which you used to install/upgrade collection.

Configuration Configuration used for Collection e.g. user-values.yaml for helm.

To Reproduce Steps to reproduce the behavior.

Expected behavior A clear and concise description of what you expected to happen.

Environment (please complete the following information):
we are using this helm chart version
https://github.com/SumoLogic/sumologic-kubernetes-collection/blob/v3.11.0/docs/opentelemetry-collector.md#traces

  • Collection version (e.g. helm ls -n sumologic):
    3.11.0
  • Kubernetes version (e.g. kubectl version):
    1.30.0
  • Cloud provider:
    aws
  • Others:

Anything else do we need to know Add any other context about the problem here, e.g. issue happens only occasionally.

@zoezhangmattr zoezhangmattr added the bug Something isn't working label Aug 15, 2024
@zoezhangmattr
Copy link
Author

any update please?

@zoezhangmattr
Copy link
Author

anything please?

@zoezhangmattr
Copy link
Author

can close now, its fixed

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