See https://github.com/prometheus/client_python#labels
If that doesn't help, then post your current code and maybe someone can suggest why it's not working. On Monday, 23 May 2022 at 19:20:50 UTC+1 [email protected] wrote: > 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 > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/4e73fa69-ed6b-4d90-b3f9-9ca9db24fe34n%40googlegroups.com.

