alibaba / ilogtail

Fast and Lightweight Observability Data Collector
https://ilogtail.gitbook.io/ilogtail-docs
Apache License 2.0
1.75k stars 389 forks source link

feat: support prometheus self monitor, add 9 metrics for prom input plugin #1760

Closed catdogpandas closed 1 month ago

catdogpandas commented 1 month ago
指标 描述 labels 类型
prom_register_state 注册状态 pod_name,operator_host,operator_port IntGauge
prom_register_retry_total 注册重试 status,pod_name,... Counter
prom_job_num 输入插件(Job)数量 pod_name,... IntGauge
prom_subsricbe_targets 订阅的 Targets 数量 job,pod_name,... IntGauge
prom_subsricbe_total 订阅次数总量 status,job,pod_name,... Counter
prom_subsricbe_time_ms 订阅耗时(分布) status,job,pod_name,... IntGauge
prom_scrape_total 采集次数总量 status,target,job,pod_name,... Counter
prom_scrape_bytes_total 采集总字节数 status,target,job,pod_name,... Counter
prom_scrape_time_ms 采集耗时(分布) status,target,job,pod_name,... IntGauge