Skip to content

Commit

Permalink
feat:流水线/Job并发和排队数据落地 TencentBlueKing#10997
Browse files Browse the repository at this point in the history
  • Loading branch information
yongyiduan committed Oct 25, 2024
1 parent 062527c commit d3dfb74
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,12 @@ class MetricsUserConfig {
fun scrape(): String {
return meterRegistry.scrape(
TextFormat.CONTENT_TYPE_004, setOf(
gaugeBuildQueueKey,
gaugeBuildKey,
gaugeBuildStatusKey,
gaugeBuildJobQueueKey,
gaugeBuildJobKey,
gaugeBuildAgentKey,
gaugeBuildStepKey,
gaugeBuildStepStatusKey
)
Expand Down

0 comments on commit d3dfb74

Please sign in to comment.