ArvinChen1991
Results
2
comments of
ArvinChen1991
> @Quintonwong > > First, check if aggregated metrics data can be pulled inside the container: > > ```shell > curl -g 'http://{REPLACE_ME_WITH_PROMETHEUS_ADDRESS}/api/v1/query?query=cpu_usage_avg_5m' > ``` > > ```shell > curl...
> > curl -g 'http://x.x.x.x:9090/api/v1/query' > > I made a mistake, the command should be > > ```shell > curl -g 'http://{REPLACE_ME_WITH_PROMETHEUS_ADDRESS}/api/v1/query?query=up' > ``` Return Success