mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
instrumentation: rename team to grafana_team to improve alert routing. (#75860)
Signed-off-by: bergquist <carl.bergquist@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
const (
|
||||
TeamAlerting = "alerting"
|
||||
TeamAuth = "auth"
|
||||
TeamCore = "core"
|
||||
TeamBackend = "backend"
|
||||
)
|
||||
|
||||
type StatusSource string
|
||||
@@ -119,7 +119,7 @@ func WithStatusSource(ctx context.Context, statusCode int) {
|
||||
|
||||
func defaultRequestMetadata() RequestMetaData {
|
||||
return RequestMetaData{
|
||||
Team: TeamCore,
|
||||
Team: TeamBackend,
|
||||
StatusSource: StatusSourceServer,
|
||||
SLOGroup: SLOGroupHighFast,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user