vmware-archive / wavefront-adapter-for-istio

Wavefront by VMware Adapter for Istio is an adapter for Istio to publish metrics to Wavefront by VMware.
Other
14 stars 17 forks source link

In the http rule, specifically match HTTP non-probe requests. #85

Open dmaze opened 4 years ago

dmaze commented 4 years ago

Description

In the Istio rule object collecting HTTP metrics, add a match: clause that limits the rule to (a) only HTTP or gRPC requests, (b) not kube-probe requests, and (c) not Prometheus requests.

Additional context

This matches a similar match expression in the standard Istio Prometheus handler (see also istio/istio#12251). Without this, we see inbound request metrics from health checks, and outbound HTTP request metrics for background non-HTTP activity.