This message was deleted.
# support
s
This message was deleted.
n
@Srikanth Chekuri added https check/* at L1760 and metrics at 1970 and oltp collector is failing. I think this is for docker instal method. That’s y it is failing.can you give us k8s deployment method.
s
The configuration is independent of the deployment method. Do you have those
...
in the actual config? They are meant to be a placeholder for the rest of the config. You need to add receivers and just then add them to metrics pipelin.
n
@Srikanth Chekuri yes.I have added them properly. Please ignore … . I have added metrics https://github.com/SigNoz/charts/blob/225b9aaf4b38e8d708ce33df37aa9e563c81bb78/charts/signoz/values.yaml#L1978 .the Otel metric collector is failing
s
What is the error message when it fails?
n
@Srikanth Chekuri it is failing with crashloopbackoff due to otel-collector-metrics-Config.yaml
s
What is the error? ``kubectl describe pod ...`` run this command and share the output for the pod
Hope you didn’t copy the receivers line as is from the example because there is no otlp receiver here, the required change would be just adding the two httpcheck receivers.
n
I have oltp at the receiver line.
s
Please share the full-text output. I can’t see the image clearly.
n
I just removed the otlp and it is up and running now
How long it will take to see http endpoints health
s
As soon as your collection interval elapses. If it is healthy 1 otherwise 0 for the metric value.
n
And the endpoint is publicly accessible.but I didn’t see any logs in the screen
s
but I didn’t see any logs in the screen
Which screen and what logs are you referring to?
n
Monitor the 2 endpoint i have added i cont see here
s
That is traces page. You will not see the metrics here. Create a dashboard and search for the metric
httpcheck_status
you will see them.
n
Httpcheck_status is not listing.
s
What do the collector-metrics pod logs show?
n
I can see the pod logs.
s
Excellent, do you see any error logs?
n
I can see all other info ,except our endpoint info in the logs.
s
Search for
signoz_
in the metric name and if something shows up matching the text then please share your full config collector-metrics pod
n
No metric starting with signoz.
s
You most probably have an issue with the config. Please share the full config for the collector-metric pod.
n
Just sent you the Config file in one to one
s
You have not added the httpcheck receivers to the pipeline.
n
Instead metrics,do I need to addd metrics/httpcheck
I just added it now the collector metrics pod is crashloopbackoff
s
What does the pod describe output show?
n
Sent in 1:1
I don’t understand what is happening behind.am I missing something.
s
Check the receiver names correctly.
There was an issue with the config. It exited with status code 1. You would see the error message in the logs. Please make sure the receivers names are same
n
Checked the receivers name .
Both same same
Oh 🤯
s
/dev-agent
vs
/dev-agents
n
Perfect catch.it is working now.
Thanks @Srikanth Chekuri for your prompt response