Hello All, I`m pretty new to signoz, I have deploy...
# support
y
Hello All, I`m pretty new to signoz, I have deployed the app with the install.sh script. Now how should I make the infra monitoring tab to display the stats of CPU, Memory, Disk, etc.
c
https://signoz.io/docs/userguide/hostmetrics/ Could you check out this doc.
y
Hello Chitransh, this is my otel-collector-config.yaml. I`m not sure were should I put the code from the article.
c
Can you check instructions in self-host tab in this doc
y
I have checked them but I`m not sure what I`m missing this is why I have asked here.
c
@Yohan Sestrimski can you add this in your config file In pipeline:
Copy code
metrics/hostmetrics:
      receivers: [hostmetrics]
      processors: [resourcedetection]
      exporters: [otlp]
And in exporter section:
Copy code
exporters:
  otlp:
    endpoint: <your-otlp-exporter-endpoint>:<port>