On Wednesday, 29 April 2020 09:00:34 UTC+1, 熊双辉 wrote: > > global: > resolve_timeout: 5m > * output_channel : "*******"* > * region_info: "*******"* >
The error is saying that "region_info" and "output_channel" are not valid configuration settings for alertmanager. You can find the allowed configuration here: https://prometheus.io/docs/alerting/configuration/#configuration-file What is it you're trying to do? Are you trying to add labels or annotations to an alert? If so, you can do that in the alerting rule in the prometheus configuration. -- 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/4354358e-f053-49da-96e1-86d22db9b5e6%40googlegroups.com.

