On Thursday, June 18, 2020 at 10:02:43 AM UTC-4, Thomas Will wrote:
>
> Hello fellas, I am running this command on my cluster.
>
> Command = curl
> "localhost:9090/api/v1/series?match[]=metric_name{instanceAlias="node0002"}"
>
I think this may be a quoting issue. You are double-quoting the entire url
("localhost:9090/api/v1/series?match[]=metric_name{instanceAlias="node0002"}")
but not escaping the quote round node0002
> Error = {"status":"error","errorType":"bad_data","error":"parse
> error at char 110: could not parse remaining input \"=node0002\"..."}
>
> Can anyone please point out my mistake here.
>
> Thanks,
> Thomas Will
>
--
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/d792ed5b-ff2a-42cb-8afa-0be66c8d952fo%40googlegroups.com.