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

grafana-test pod is coming as Error #1765

Open
ragigeo opened this issue Nov 5, 2024 · 3 comments
Open

grafana-test pod is coming as Error #1765

ragigeo opened this issue Nov 5, 2024 · 3 comments
Labels
bug Something isn't working

Comments

@ragigeo
Copy link

ragigeo commented Nov 5, 2024

Bug Report

I am deploying the application using kubectl apply with opentelemetry-demo.yaml . All the pods are up except the opentelemetry-demo-grafana-test
While checking logs I can see
1..1 not ok 1 Test Health (in test file /tests/run.sh, line 5) [ "$code" == "200" ]' failed`

@ragigeo ragigeo added the bug Something isn't working label Nov 5, 2024
@puckpuck
Copy link
Contributor

puckpuck commented Nov 6, 2024

We just did a release which updated the K8s deployment file. Can you try again, since this seems to work just fine on my end.

If it does fail, can you provide more information on your K8s cluster such as type, version, and node sizes?

@ragigeo
Copy link
Author

ragigeo commented Nov 8, 2024

We just did a release which updated the K8s deployment file. Can you try again, since this seems to work just fine on my end.

If it does fail, can you provide more information on your K8s cluster such as type, version, and node sizes?

@puckpuck

We have tried to deploy the app using updated yaml file with kubectl apply but except grafana-test all are up and running.
With bellow error log for grafana-test pod.
Not sure due to this pod only We are not getting traces/metrics in our own endpoint. We have given the ip details and other like below.

Although via helm install we are successfully deploy and get the traces/metrics in our own endpoint. But we need to deploy the app using kubectl apply.

opentelemetry-collector: config: exporters: otlphttp/example: endpoint: http://<our-endpoint-url>:4318 service: pipelines: traces: exporters: [spanmetrics, otlphttp/example] metrics: exporters: [debug, otlphttp/example]

1..1 not ok 1 Test Health (in test file /tests/run.sh, line 5) [ "$code" == "200" ]' failed`

-k3s -version
k3s version v1.30.6+k3s1 (1829eaae)
go version go1.22.8


Capacity:
cpu: 16
ephemeral-storage: 259915780Ki
hugepages-1Gi: 0
hugepages-2Mi: 0
memory: 32860580Ki
pods: 110

System Info:
Kernel Version: 5.15.0-124-generic
OS Image: Ubuntu 22.04.5 LTS
Operating System: linux
Architecture: amd64
Container Runtime Version: docker://20.10.12
Kubelet Version: v1.30.6+k3s1
Kube-Proxy Version: v1.30.6+k3s1

Allocated resources:
(Total limits may be over 100 percent, i.e., overcommitted.)
Resource Requests Limits


cpu 11185m (69%) 22 (137%)
memory 17902Mi (55%) 37414Mi (116%)
ephemeral-storage 0 (0%) 0 (0%)
hugepages-1Gi 0 (0%) 0 (0%)
hugepages-2Mi 0 (0%) 0 (0%)

@julianocosta89
Copy link
Member

Not sure if related to this one, because in my case Grafana is starting fine, but I also raised this issue:
#1771

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

3 participants