如果从ipython控制台或celery任务调用增量,则Prometheus无法捕获计数器的数据。# Using Sanic python framework (async) and python 3.6.Here are the library Details:ipythonpython 3.6.5 下面是我在Sanic Python应用程序中用来配置Prometheus
虽然我知道我们有Docker remote API ({containerId}/stats)来获取给定容器的cpu,mem统计数据和其他详细信息,但我希望获得负载均衡器后面运行的所有docker实例的合并假设负载均衡器是,这个负载均衡器后面有3个docker容器实例,流量可以到达这些实例(即helloworld.node1.net、helloworld.node2.net和helloworld.node3我想获得这3个实例的cpu,内存使用情况,而不是以单独的形式。要旋转的实例的数量将是<em