zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    支付宝-单笔转账接口
    # Creating Server TCP listening socket *:6379: bind: No such file or directory
    Window 下安装 Redis,配置redis环境变量
    Ajax的跨域(一)
    web人脸识别(二)
    web人脸识别(一)
    给GridView添加列头复选框
    计算两个时间相差多少年月日的sql算法
    MUI下拉加载安卓手机无效的解决方法
    博主回来了!
  • 原文地址:https://www.cnblogs.com/gavin11/p/14036565.html
Copyright © 2011-2022 走看看