Versions in this module Expand all Collapse all v1 v1.0.0 Mar 31, 2020 Changes in this version + type AlertMapper struct + Label string + type AlertMappingType struct + LabelSelector []LabelSelector + ServiceAnnotations []string + ServiceLabels []string + type LabelSelector map[string]string + type MappingType struct + AlertConfig AlertMappingType + MetricConfig MetricMappingType + type MetricMappingType struct + Queries []Query + ServiceLabels []string + type Query struct + Name string + Query string + ServiceLabel string + type ServerConfig struct + Mapping MappingType + Upstream UpstreamType + func FromFile(path string) (*ServerConfig, error) + type UpstreamConfig struct + URL string + type UpstreamType struct + Alertmanager UpstreamConfig + Prometheus UpstreamConfig