chuck6
chuck6
as i know "graph" is global parameter, but sometimes i want to use different "graph" parameter insubgraph , how can i do this ? tks

 TTFL cost too much time!
 it is not work ! WARRING: "You need to read and agree with the License Agreement"
- TKS, i remove the first checkbox "i agree to send anonymous usage data to ......" - but it still very slow when i switch the menu.   ...
That would really help me a lot. I'm very grateful !
> from my prometheus, I use promql "elasticsearch_filesystem_data_free_bytes{}" ,but it returns no data, just as "Empty query result" . how to deploy the exporter to see the monitor data?
> 2019年1月第1版第1次印刷 > > * **第2章 2.1.2 Controller** P19 > 书中描述多了一个~DaemonSet~:`控制器本身也是一种资源类型,它有着多种实现,其中与工作负载相关的实现如ReplicationController、Deployment、StatefulSet、DaemonSet、~~DaemonSet~~和Jobs等,也可统称他们为Pod控制器。……` > * **第7章 7.5.1 创建PV** P187 > 书中描述:`下面的资源清单配置示例中定义了一个使用NFS存储后端的PV,空间大小为**10GB**,支持多路的读写操作。……` > 但是YAML中PV创建的空间大小是**5GB** > > ``` > apiVersion: v1 > kind: PersistentVolume...