Skip to content

Commit

Permalink
PMM-13020 trigger the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Apr 24, 2024
1 parent 9f7e782 commit 6d507a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions managed/services/grafana/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ var ErrFailedToGetToken = errors.New("failed to get token")

const (
defaultEvaluationInterval = time.Minute
pmmServiceTokenName = "pmm-agent-service-token" //nolint:gosec
pmmServiceAccountName = "pmm-agent-service-account" //nolint:gosec
pmmServiceTokenName = "pmm-agent-st" //nolint:gosec
pmmServiceAccountName = "pmm-agent-sa" //nolint:gosec
)

// Client represents a client for Grafana API.
Expand Down

0 comments on commit 6d507a1

Please sign in to comment.