Which ofthe following expressions selects the value of the metric go_goroutines for the label instance with value localhost:9090 and job with value prometheus?
发布于 2021-02-21 22:26:02
【单选题】 A go_goroutines{instance="localhost:9090"job="prometheus”} B go_goroutines [ instance="localhost:9090"job="prometheus”] C go_goroutines{instance="localhost:9090",job="prometheus"} D go_goroutines [ instance="localhost:9090",job="prometheus”]