SuperQ / smokeping_prober

Prometheus style smokeping
Apache License 2.0
554 stars 73 forks source link

Not able to Ping the Same Destination with different Parameters Like Packet size, #130

Open Nachtfalkeaw opened 8 months ago

Nachtfalkeaw commented 8 months ago

Hello,

If i configure the Same Destination two time but one time with size 64 and second time with 512 the /metrics Page throws an Error that Labels already exist.

targets:
- hosts:
  - 192.168.10.1
  (...)
  size: 64

- hosts:
  - 192.168.10.1
(...)
  size: 512