Hello,
Promotheus-Client Custom Metrics , how to perform different label with same metric.
As I want to preform disk usage of container, which particular instrumentation we can use.
I had tried with Histogram, But how to represent same metric with different label name
Ex:
disk_usage_conatiner{pod:"abc",fileSyatem:"/dev/abc"} 45665215
disk_usage_conatiner{pod:"xyz",fileSyatem:"/mapper/c"} 45665215
if we have multiple label, how we can add these labe to same metrics
If any idea please suggest ?
Thanks
DV