Skip to content

Commit

Permalink
fix panic by metric lables
Browse files Browse the repository at this point in the history
  • Loading branch information
gamoutatsumi committed Sep 12, 2024
1 parent 28d8731 commit 57258ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metric/scrape_memory.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
memoryStarterRecoveredRuns = prometheus.NewDesc(
prometheus.BuildFQName(namespace, memoryName, "starter_recovered_runs"),
"recovered runs in starter",
[]string{"starter"}, nil,
[]string{"starter", "target"}, nil,
)
memoryGitHubRateLimitRemaining = prometheus.NewDesc(
prometheus.BuildFQName(namespace, memoryName, "github_rate_limit_remaining"),
Expand Down

0 comments on commit 57258ea

Please sign in to comment.