The helm deployment of signoz, how to access Prome...
# general
j
The helm deployment of signoz, how to access Prometheus, did not find and official documentation (https://signoz.io/docs/userguide/send-metrics/#enable-a-prometheus-receiver) corresponding to the entry
j
Is it on by default?
s
What do you mean by that? This is a scraper that scrapes the applications/exporter emitting the metrics using prometheus instrumentation.
j
When I use PromQL on signoz, I can't get any indicator information, do I need to configure it somewhere?
s
I can’t get any indicator information
What is this indicator information you are referring to?
j
For example, the CPU usage of a node
s
It doesn’t collect the node cpu usage by default? What are you trying to achieve?
j
Use node-exporter to get the resource data of the node, and then want to create a monitoring panel for the node on signoz.
s
Cool, did you configure the receiver with the endpoint to scrape the data exposed by the node-exporter like one would do in Prometheus?
j
Yes, but I didn't find the configuration
s
I didn’t get it. You are saying yes but also saying you didn’t find the configuration. Here is the place where you configure the receiver https://github.com/SigNoz/charts/blob/4d365e90f85a688ddf3aab994e7d3138bdc0d707/charts/signoz/values.yaml#L1732
j
I'm going to study the documentation again.