Crowdsec metrics

Hi

First of all thank you all for your effort to help out the users!!

I would like to have the crowdsec metrics saved in prometheus, which does not work. Since I am new to prometheus and to crowdsec I have no idea if my CrowdSec config it wrong or the prometheus side.

The error message is: read tcp 172.29.0.15:53908->192.168.0.10:6060: read: connection reset by peer

The prometheus.yaml contains following snippet:

- job_name: crowdsec # Security related metrics
    http_sd_configs:
      - url: http://192.168.0.10:6060

I also tried

  - job_name: crowdsec # Security related metrics
    static_configs:
      - targets:
          - 192.168.0.10:6060
        labels:
          host: skippy

with the same result. The CrowdSec config.yml is fairly standard:

...
prometheus:
  enabled: true
  level: full
  listen_addr: 192.168.0.10
  listen_port: 6060

Can somebody help me out here?

Disclaimer: I asked the same question in the crowdsec forum. I will post the solution if I get it over there.

Thanks akrea