# HTTP指标
# (版本:blackbox_exporter-0.19.0.linux-amd64)
- HELP probe_dns_lookup_time_seconds 返回探测dns查找所花费的时间(以秒为单位)
 - TYPE probe_dns_lookup_time_seconds gauge
 
probe_dns_lookup_time_seconds 0.013568662
- HELP probe_duration_seconds 返回探测完成所需的时间(以秒为单位)
 - TYPE probe_duration_seconds gauge
 
probe_duration_seconds 0.091205856
- HELP probe_failed_due_to_regex 指示探针是否由于正则表达式而失败
 - TYPE probe_failed_due_to_regex gauge
 
probe_failed_due_to_regex 0
- HELP probe_http_content_length http内容响应的长度
 - TYPE probe_http_content_length gauge
 
probe_http_content_length 1633
- HELP probe_http_duration_seconds http请求阶段的持续时间,合计所有重定向
 - TYPE probe_http_duration_seconds gauge
 
probe_http_duration_seconds{phase="connect"} 0.013771990000000001
probe_http_duration_seconds{phase="processing"} 0.034481315
probe_http_duration_seconds{phase="resolve"} 0.013568662
probe_http_duration_seconds{phase="tls"} 0.028563289999999998
probe_http_duration_seconds{phase="transfer"} 0.000103296
- HELP probe_http_redirects 重定向的数量
 - TYPE probe_http_redirects gauge
 
probe_http_redirects 1
- HELP probe_http_ssl 指示最终重定向是否使用SSL
 - TYPE probe_http_ssl gauge
 
probe_http_ssl 1
- HELP probe_http_status_code 响应HTTP状态码
 - TYPE probe_http_status_code gauge
 
probe_http_status_code 200
- HELP probe_http_uncompressed_body_length 未压缩响应体的长度
 - TYPE probe_http_uncompressed_body_length gauge
 
probe_http_uncompressed_body_length 1633
- HELP probe_http_version 返回探测响应的HTTP版本
 - TYPE probe_http_version gauge
 
probe_http_version 2
- HELP probe_ip_addr_hash 指定IP地址的哈希值。它有助于检测IP地址是否发生变化。
 - TYPE probe_ip_addr_hash gauge
 
probe_ip_addr_hash 4.144061168e+09
- HELP probe_ip_protocol 探针ip协议是IP4还是IP6
 - TYPE probe_ip_protocol gauge
 
probe_ip_protocol 4
- HELP probe_ssl_earliest_cert_expiry 返回unix时间中最早的SSL证书过期时间
 - TYPE probe_ssl_earliest_cert_expiry gauge
 
probe_ssl_earliest_cert_expiry 1.6397424e+09
- HELP probe_ssl_last_chain_expiry_timestamp_seconds 以时间戳秒为单位返回上次SSL链到期时间
 - TYPE probe_ssl_last_chain_expiry_timestamp_seconds gauge
 
probe_ssl_last_chain_expiry_timestamp_seconds 1.6397424e+09
- HELP probe_ssl_last_chain_info 包含SSL叶子证书信息
 - TYPE probe_ssl_last_chain_info gauge
 
probe_ssl_last_chain_info{fingerprint_sha256="cb1189957eaa05bb0c293627dddff8e7df34a1e6bd5c5953e0ec004c8947951c"} 1
- HELP probe_success 显示探测是否成功
 - TYPE probe_success gauge
 
probe_success 1
- HELP probe_tls_version_info 包含使用的TLS版本
 - TYPE probe_tls_version_info gauge
 
probe_tls_version_info{version="TLS 1.2"} 1
← ICMP指标