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

Лишние метрики считаются при добавлении новой метрики #1

Open
r3code opened this issue Dec 8, 2024 · 0 comments

Comments

@r3code
Copy link
Member

r3code commented Dec 8, 2024

Что не так.
Добавили новое определение метрики:

vi_kubedns_http:
    requests_total:
      metric_type: counter
      group_by_logfield: http_status_code
      label_logfield_mapping:
        vhost: "http_host"
        service_name: "service_name"
        k8s_cluster: "cluster_name"
        namespace: "namespace"
        method: "http_method"
        status: "http_status_code"
      event_selectors:
        - selector: входящие запросы по kubedns
          filter:
            namespace:
              eq: "web-show"
            http_host:
              re: ".*local"

После этого в ранее определенных метриках vi_http_requests_total и vi_http_request_duration_seconds стали появляться серии метрик с path для которых не определены фильтры.

Ожидали, что добавление новой метрики со своим набором фильтров будет считать только для него подходящие логи и не затронет другие.

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