Skip to content
Snippets Groups Projects
Commit 48ae105a authored by Łukasz Harasimowicz's avatar Łukasz Harasimowicz Committed by Cameron Sparr
Browse files

Fixing consul with multiple health checks per service (#1994)

* plugins/input/consul: moved check_id from regular fields to tags.

When service has more than one check sending data for both would overwrite each other
resulting only in one check being written (the last one). Adding check_id as a tag
ensures we will get info for all unique checks per service.

* plugins/inputs/consul: updated tests
parent 4e808c5c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment