Pranshu Srivastava

Results 524 comments of Pranshu Srivastava

@mrueg I'm trying to establish the format the parameters will be passed in. By `host:port/metrics?filter=ingress`, do you mean `host:port/metrics?filter=kind`? Would `host:port/metrics?group=foo&kind=baz&filter=[metric_name]` (`version` intentially left blank so it'd cover all of...

Hmm, I think this can be closed now.

It seems this can be closed now.

AFAICT we do backports on a case-by-case basis, are you facing issues with the latest release in your prod. env?

IIUC All unrecognized types are categorized as [COUNTERs](https://github.com/prometheus/client_model/blob/master/go/metrics.pb.go#L975-L980) (also, [here](https://github.com/prometheus/common/blob/658f673b7580e72a7d0c0fac26a67858b782fbd5/expfmt/openmetrics_create.go#L133-L138)), which are validated later on when consuming them in `common`, [which is where this error pops up from](https://github.com/prometheus/common/blob/658f673b7580e72a7d0c0fac26a67858b782fbd5/expfmt/text_parse.go#L525). As discussed...

Ah, `scrape_protocols` is a client-side API, I imagine this renders it irrelevant for the use-case here, although, we can still manually set headers from [the supported list of text-based formats](https://github.com/prometheus/prometheus/pull/12738/files#diff-17f1012e0c2fbd9bcd8dff3c23b18ff4b6676eef3beca6f8a3e72e6a36633334R65-R66)...