- 所有的Exporter:https://prometheus.io/docs/instrumenting/exporters/#exporters-and-integrations
- Redis Exporter:https://github.com/oliver006/redis_exporter
- Golang Exporter:https://github.com/prometheus/mysqld_exporter
Prometheus Client Library - 为自己的服务写
如果我们想监控的服务是一个自己写的服务,而不是MySQL、Redis等等,则可以基于 Prometheus Client Library 来为自己的服务写一个该服务的 Exporter:
- Go:https://github.com/prometheus/client_golang
- Java or Scala
- Python
- Ruby
如果我们使用的编程语言还没有被 Prometheus Client Library 覆盖,则可以考虑直接生成 Prometheus text-based exposition format,参考 https://prometheus.io/docs/instrumenting/exposition_formats/ 。
Ref
- https://prometheus.io/docs/instrumenting/writing_clientlibs/
- https://prometheus.io/docs/instrumenting/writing_exporters/
FEATURED TAGS
algorithm
algorithmproblem
architecturalpattern
architecture
aws
c#
cachesystem
codis
compile
concurrentcontrol
database
dataformat
datastructure
debug
design
designpattern
distributedsystem
django
docker
domain
engineering
freebsd
git
golang
grafana
hackintosh
hadoop
hardware
hexo
http
hugo
ios
iot
java
javaee
javascript
kafka
kubernetes
linux
linuxcommand
linuxio
lock
macos
markdown
microservices
mysql
nas
network
networkprogramming
nginx
node.js
npm
oop
openwrt
operatingsystem
padavan
performance
programming
prometheus
protobuf
python
redis
router
security
shell
software testing
spring
sql
systemdesign
truenas
ubuntu
vmware
vpn
windows
wmware
wordpress
xml
zookeeper