原文:prometheus 一些不错的exporter

statping 监控网站应用的 状态查看的 ,同时暴露了prometheus metrics 参考网站:https: github.com statping statping sql exporter 灵活的sql exporter 参考网站:https: github.com justwatchcom sql exporter exporter exporter 让exporter 支持类似n ...

2020-04-27 11:27 0 1341 推荐指数:

查看详情

一些不错的graphql 工具

主要是列出来一些graphql操作的工具 postman 比较老牌了,支持graphql 的测试,目前还在测试 graphql-playground 界面很不错 https://github.com/prisma-labs/graphql-playground altair 强大 ...

Wed May 20 17:52:00 CST 2020 0 1870
一些不错的golang web 框架

以下整理一些不错的golang web 框架 gofiber/fiber 类似nodejs exprss 的web框架 gin-gonic/gin 类似 Martini 的web 框架,但是性能更好 go-martini/martini 上边说到的Martini ...

Mon Nov 23 03:54:00 CST 2020 0 903
Prometheus 集成 Node Exporter

文章首发于公众号《程序员果果》 地址:https://mp.weixin.qq.com/s/40ULB9UWbXVA21MxqnjBxw 简介 Prometheus 官方和一些第三方,已经把一些常用数据库、系统、中间件等的指标数据的采集做成了一个个 exporter,在生产环境中 ...

Thu Aug 15 18:23:00 CST 2019 0 1162
Prometheus jmx_exporter

一、简介 地址:https://github.com/prometheus/jmx_exporter JMX Exporter 利用 Java 的 JMX 机制来读取 JVM 运行时的一些监控数据,然后将其转换为 Prometheus 所认知的 metrics 格式 ...

Tue Nov 24 18:16:00 CST 2020 0 2069
Prometheus Node_exporter

Node Exporter   node_exporter 主要用于 *NIX 系统监控, 用 Golang 编写。 功能对照表 默认开启的功能 名称 说明 系统 arp 从 /proc/net/arp 中收集 ...

Fri Dec 14 18:51:00 CST 2018 0 9987
Prometheus MySQL_exporter

MySQL Exporter mysqld_exporter是用来搜集mysql的性能指标的,适用于mysql5.5及其以上版本 程序安装 下载地址:https://prometheus.io/download/#mysqld_exporter 安装mysqld_exporter ...

Fri Dec 14 18:56:00 CST 2018 0 871
prometheus exporter简介

一、服务分类 在线服务:请求的客户端和发起者需要立即响应(高并发、低延迟:并发数、接口响应时间、错误数、延迟时间),面对突发流量能进行资源的自动伸缩 离线服务:请求发送到服务端但不要求立即 ...

Tue Dec 17 00:21:00 CST 2019 0 3171
Prometheus+node-exporter

相关安装包的下载 链接:https://pan.baidu.com/s/1ejM0V0f7H1Ikic_vpYGr_w 提取码:axeq 安装步骤 1、将安装包放到部署机器上 2、解压包 tar -zxvf prometheus-2.6.1.linux-amd64.tar.gz 3、移动 ...

Sat Jan 18 01:57:00 CST 2020 0 938
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM