change style

pull/57/head
Jimmy Song 2017-10-16 17:41:15 +08:00
parent b5589a7646
commit bf65eb2de9
1 changed files with 4 additions and 6 deletions

View File

@ -106,7 +106,7 @@ https://172.20.0.113:6443/api/v1/proxy/namespaces/kube-system/services/heapster/
注意Heapster中查询的所有值都是以最小单位为单位比如CPU为1milicore内存为B。
1. **第一部分Heapster API地址**
**第一部分Heapster API地址**
`https://172.20.0.113:6443/api/v1/proxy/namespaces/kube-system/services/heapster/`
@ -118,19 +118,17 @@ Heapster is running at https://172.20.0.113:6443/api/v1/proxy/namespaces/kube-sy
...
```
2. **第二部分Heapster API参数**
**第二部分Heapster API参数**
`/api/v1/model/namespaces/spark-cluster/metrics/memory/usage`
表示查询的是`spark-cluster` namespace中的`memory/usage`的metrics。
3. **第三部分:时间片**
**第三部分:时间片**
`?start=2017-10-16T09:14:00Z&end=2017-10-16T09:16:00Z`
查询参数为时间片包括start和end。
使用`RFC-3339`时间格式在Linux系统中可以这样获取
查询参数为时间片包括start和end。使用`RFC-3339`时间格式在Linux系统中可以这样获取
```bash
$ date --rfc-3339="seconds"