mstaalesen
mstaalesen
Sorry for the late response (vacation). Some of these parameters are based on what the labels are set for the scrape targets. If I recall correctly, when I modified the...
Sorry, I missed that part! One approach could be to just remove `job="zipkin"` from the queries. It should still work, as the zipkin-metrics have a rather unique names. >
> ``` > "query": "label_values(http_server_requests_seconds_bucket{job=\"zipkin\"}, instance)", > ``` I think the "workaround" on that would be to just use a metric that we know is unique to zipkin, or if...
This is in v8.0.4 (was also present on 7.x) on Mac.
Right, tried to figure out how to get a good log of this. But kind of new to mac, so using Activity Monitor and timing manually. Restarting Postman v8.0.4, cpu...