Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nginx_filter_responseMsec value zero #94

Open
longpan opened this issue Jan 18, 2021 · 0 comments
Open

nginx_filter_responseMsec value zero #94

longpan opened this issue Jan 18, 2021 · 0 comments

Comments

@longpan
Copy link

longpan commented Jan 18, 2021

nginx_vts_exporter version: 0.10.3

config:
` #nginx_vts_module状态监控模块
vhost_traffic_status_zone;
vhost_traffic_status_filter_by_set_key $uri $server_name;

server {
    listen 9999;
    server_name localhost;

    location /status {
        allow 127.0.0.1;
        deny all;
        vhost_traffic_status_display;
        vhost_traffic_status_display_format html;
    }
}`

nginx_vts_exporter_build_info{branch="HEAD",goversion="go1.10",revision="8aa2881c7050d9b28f2312d7ce99d93458611d04",version="0.10.3"}

all the meric: nginx_filter_responseMsec value is zero;

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant