# health-check-exporter
Prometheus自定义exporter,基于Go语言开发,可采集集群中所有Pod的健康检查耗时(单位:毫秒)
Core Feature:
- 对所有命名空间下的Pod发起livenessProbe指针调用,返回调用耗时,当无法访问时,返回-1
提供启动参数
- web.listen-port 暴露的Http端口,默认80
- web.telemetry-path 访问指标的路径,默认/metrics
目前只暴露一个metric:**container_health_check_duration_millisecond**
```
# HELP container_health_check_duration_millisecond The time(millisecond) taken to invoke the health check interface
# TYPE container_health_check_duration_millisecond gauge
container_health_check_duration_millisecond{container_name="",namespace="kube-system",pod_name="coredns-67fc48b9d7-dtb9w"} 9.297547e+06
```
通过kubectl工具快速部署体验
```shell script
kubectl create deploy health-check-exporter --image=registry.cn-hangzhou.aliyuncs.com/clo/health-check-exporter:1.0
```
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
Prometheus自定义exporter,基于Go语言开发.zip (36个子文件)
.git\logs\refs\remotes\origin\HEAD 203B
.git\objects\pack\pack-9cf5e58c98089ebab4ea5cef97804e04512bf85a.idx 2KB
.git\hooks\update.sample 4KB
.git\hooks\applypatch-msg.sample 478B
.git\logs\refs\heads\master 203B
.git\hooks\pre-push.sample 1KB
go.mod 804B
.git\hooks\pre-applypatch.sample 424B
.git\packed-refs 178B
go.sum 42KB
.git\refs\remotes\origin\HEAD 32B
.git\description 73B
.git\logs\HEAD 203B
.git\hooks\pre-rebase.sample 5KB
.git\hooks\prepare-commit-msg.sample 1KB
.git\index 635B
.git\hooks\pre-commit.sample 2KB
.git\objects\pack\pack-9cf5e58c98089ebab4ea5cef97804e04512bf85a.rev 212B
Dockerfile 306B
.git\HEAD 23B
collector\collector.go 4KB
sample.txt 89B
.git\hooks\push-to-checkout.sample 3KB
.git\hooks\fsmonitor-watchman.sample 5KB
.git\hooks\pre-merge-commit.sample 416B
.git\info\exclude 240B
.git\refs\heads\master 41B
.git\objects\pack\pack-9cf5e58c98089ebab4ea5cef97804e04512bf85a.pack 25KB
.git\hooks\pre-receive.sample 544B
.gitignore 17B
README.md 994B
.git\hooks\commit-msg.sample 896B
.git\config 315B
.git\hooks\post-update.sample 189B
main.go 1KB
.git\hooks\sendemail-validate.sample 2KB
共 36 条
- 1
资源评论
项目资源总站点博客专家
- 粉丝: 1612
- 资源: 6776
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 竞品分析培训课件03竞品分析.pptx
- 竞品分析培训课件02竞品分析.pptx
- 竞品分析培训课件06竞争产品分析.pptx
- 竞品分析培训课件04竞品分四.pptx
- 竞品分析培训课件05竞品分析.pptx
- 竞品分析培训课件08电商平台竞品分析.pptx
- fftw-devel-3.3.3-8.el7.x64-86.rpm.tar.gz
- 4N模型:决定新品类能否取得成功.pptx
- 3大洞察:找到新品类初步概念.pptx
- 5大方向:最容易找到新品类机会.pptx
- 品牌定位的终极方式—《品类创新》.pptx
- fftw-doc-3.3.3-8.el7.x64-86.rpm.tar.gz
- fftw-libs-3.3.3-8.el7.x64-86.rpm.tar.gz
- fftw-libs-double-3.3.3-8.el7.x64-86.rpm.tar.gz
- 设计公司学习资料 -FutuerBrand .pdf
- 设计公司学习资料 -DRAGON ROUGE .pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功