Skip to content

Commit

Permalink
This is an automated cherry-pick of pingcap#58739
Browse files Browse the repository at this point in the history
Signed-off-by: ti-chi-bot <[email protected]>
  • Loading branch information
hawkingrei authored and ti-chi-bot committed Jan 7, 2025
1 parent 896c0c1 commit 5ccb568
Show file tree
Hide file tree
Showing 4 changed files with 881 additions and 0 deletions.
14 changes: 14 additions & 0 deletions metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ var (

// metrics labels.
const (
<<<<<<< HEAD:metrics/metrics.go
LabelSession = "session"
LabelDomain = "domain"
LabelDDLOwner = "ddl-owner"
Expand All @@ -54,6 +55,19 @@ const (
LabelDDLSyncer = "ddl-syncer"
LabelGCWorker = "gcworker"
LabelAnalyze = "analyze"
=======
LabelSession = "session"
LabelDomain = "domain"
LabelDDLOwner = "ddl-owner"
LabelDDL = "ddl"
LabelDDLWorker = "ddl-worker"
LabelDistReorg = "dist-reorg"
LabelDDLSyncer = "ddl-syncer"
LabelGCWorker = "gcworker"
LabelAnalyze = "analyze"
LabelWorkerPool = "worker-pool"
LabelStats = "stats"
>>>>>>> 23ed0dfd6ed (statistics: add recover to protect background task (#58739)):pkg/metrics/metrics.go

LabelBatchRecvLoop = "batch-recv-loop"
LabelBatchSendLoop = "batch-send-loop"
Expand Down
Loading

0 comments on commit 5ccb568

Please sign in to comment.