mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Alerting: Configurable externalLabels for Loki state history (#62404)
* Add config option for external labels * Remove redundant nilcheck
This commit is contained in:
@@ -20,6 +20,7 @@ type LokiConfig struct {
|
||||
BasicAuthUser string
|
||||
BasicAuthPassword string
|
||||
TenantID string
|
||||
ExternalLabels map[string]string
|
||||
}
|
||||
|
||||
type httpLokiClient struct {
|
||||
|
||||
Reference in New Issue
Block a user