Which metric can we use to create alerts for when pods are added or removed?
d
Which metric can we use to create alerts for when pods are added or removed?
@nitya-signoz can you help
n
use distinct count on pod name? this will give you give number of unique pod count and you can add that if it changes to anything else alert ?
d
u mean using logs?