• promethue 采集traefik指标列表


    
    

    指标以及相关含义:

    指标项含义
    process_max_fds traefik进程最大的fd
    process_open_fds 进程打开的fd
    process_resident_memory_bytes 进程占用内存
    process_start_time_seconds 进程启动时间
    process_virtual_memory_bytes 进程占用虚拟内存
    traefik_backend_open_connections traefik后端打开链接
    traefik_backend_request_duration_seconds_bucket traefik后端请求处理时间
    traefik_backend_request_duration_seconds_sum 总时间
    traefik_backend_request_duration_seconds_count 总请求时间
    traefik_backend_requests_total 一个后端处理的总请求数(按status code, protocol, and method划分)
    traefik_backend_server_up 后端是否up(0
    traefik_config_last_reload_failure traefik上次失败reload的时间
    traefik_config_last_reload_success 上次成功reload的时间
    traefik_config_reloads_failure_total 失败次数
    traefik_config_reloads_total 成功次数
    traefik_entrypoint_open_connections 入口点存在打开链接的数量(method and protocol划分)
    traefik_entrypoint_request_duration_seconds_bucket 在入口点处理请求花费的时间(status code, protocol, and method.)
    traefik_entrypoint_requests_total 一个入口点处理的总请求数(状态码分布)

    作者:BGBiao
    链接:https://juejin.cn/post/6844904117429600270
    来源:掘金
    著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。



    # HELP traefik_backend_open_connections How many open connections exist on a service, partitioned by method and protocol. # TYPE traefik_backend_open_connections gauge traefik_backend_open_connections # HELP traefik_backend_request_duration_seconds How
    long it took to process the request on a service, partitioned by status code, protocol, and method. # TYPE traefik_backend_request_duration_seconds histogram traefik_backend_request_duration_seconds_bucket traefik_backend_request_duration_seconds_sum traefik_backend_request_duration_seconds_count # HELP traefik_backend_requests_total How many HTTP requests processed on a service, partitioned by status code, protocol, and method. # TYPE traefik_backend_requests_total counter traefik_backend_requests_total # HELP traefik_config_last_reload_failure Last config reload failure # TYPE traefik_config_last_reload_failure gauge traefik_config_last_reload_failure 0 # HELP traefik_config_last_reload_success Last config reload success # TYPE traefik_config_last_reload_success gauge traefik_config_last_reload_success 1.606289665e+09 # HELP traefik_config_last_reload_time_spent Last config reload spent # TYPE traefik_config_last_reload_time_spent gauge traefik_config_last_reload_time_spent{provider="kubernetsIngress",step="all"} 4.09823845e+08 # HELP traefik_config_reloads_failure_total Config failure reloads # TYPE traefik_config_reloads_failure_total counter traefik_config_reloads_failure_total 0 # HELP traefik_config_reloads_total Config reloads # TYPE traefik_config_reloads_total counter traefik_config_reloads_total 7775 # HELP traefik_entrypoint_open_connections How many open connections exist on an entrypoint, partitioned by method and protocol. # TYPE traefik_entrypoint_open_connections gauge traefik_entrypoint_open_connections # HELP traefik_entrypoint_request_duration_seconds How long it took to process the request on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_request_duration_seconds histogram traefik_entrypoint_request_duration_seconds_bucket # HELP traefik_entrypoint_requests_tls_total How many HTTP requests with TLS processed on an entrypoint, partitioned by TLS Version and TLS cipher Used. # TYPE traefik_entrypoint_requests_tls_total counter traefik_entrypoint_requests_tls_total # HELP traefik_entrypoint_requests_total How many HTTP requests processed on an entrypoint, partitioned by status code, protocol, and method. # TYPE traefik_entrypoint_requests_total counter traefik_entrypoint_requests_total
  • 相关阅读:
    【LOJ #6397】【THUPC2018】—蛋糕 / Cake(DFS)
    【Atcoder Regular Contest 072F】—Dam(单调队列)
    【Atcoder Regular Contest 072F】—Dam(单调队列)
    多测师讲解自动化测试 _RF封装_(三层模式)高级讲师肖sir
    多测师讲解自动化测试 _RF关键字001_( 中)_高级讲师肖sir
    多测师讲解自动化测试 _RF分配id_高级讲师肖sir
    多测师讲解自动化--rf关键字--断言(下)_高级讲师肖sir
    多测师讲解自动化测试 _RF关键字001_(上)_高级讲师肖sir
    多测师讲解自动化测试 _RF模拟鼠标悬停_高级讲师肖sir
    多测师讲解自动化测试 _RF定位iframe框_高级讲师肖sir
  • 原文地址:https://www.cnblogs.com/gavin11/p/14036565.html
Copyright © 2020-2023  润新知