Enable prometheus by default, update README

This commit is contained in:
Joakim Frostegård 2023-02-26 12:10:12 +01:00
parent 9e7e56b082
commit 07eac06a36
4 changed files with 15 additions and 9 deletions

View file

@ -17,6 +17,7 @@ name = "aquatic_udp"
name = "aquatic_udp"
[features]
default = ["prometheus"]
cpu-pinning = ["aquatic_common/hwloc"]
prometheus = ["metrics", "metrics-exporter-prometheus"]