Hi Christian,
After I updated the config below, seems everything stopped feeding to 
ServiceNow even the ones with “inc:servicenow” label.. Any idea?



global:
  resolve_timeout: 15m
receivers:
- name: devnull
- name: prometheus-snow
  webhook_configs:
  - url: “https://
    http_config:
      basic_auth:
        username: “xx”
        password: “xx”
route:
  group_by: ['...']
  group_interval: 15m
  group_wait: 15m
  repeat_interval: 1h
  receiver: devnull
  routes:
  - receiver: "prometheus-snow"
    match:
      inc: servicenow


Zhang

> On Jul 14, 2020, at 10:50 AM, Zhang Zhao <[email protected]> wrote:
> 
> global:
>   resolve_timeout: 15m
> receivers:
> - name: devnull
> - name: prometheus-snow
>   webhook_configs:
>   - url: “https://
>     http_config:
>       basic_auth:
>         username: “xx”
>         password: “xx”
> route:
>   group_by: ['...']
>   group_interval: 15m
>   group_wait: 15m
>   repeat_interval: 1h
>   receiver: devnull
>   routes:
>   - receiver: "prometheus-snow"
>     match:
>       inc: servicenow

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/4773251E-1017-42D5-A410-CBA34100F9EB%40gmail.com.

Reply via email to