mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
chore: add more pprof labels for various go routines (#19243)
- ReplicaSync - Notifications - MetricsAggregator - DBPurge
This commit is contained in:
@@ -21,9 +21,17 @@ const (
|
||||
|
||||
ServiceHTTPServer = "http-api"
|
||||
ServiceLifecycles = "lifecycle-executor"
|
||||
ServiceMetricCollector = "metrics-collector"
|
||||
ServicePrebuildReconciler = "prebuilds-reconciler"
|
||||
ServiceTerraformProvisioner = "terraform-provisioner"
|
||||
ServiceDBPurge = "db-purge"
|
||||
ServiceNotifications = "notifications"
|
||||
ServiceReplicaSync = "replica-sync"
|
||||
// ServiceMetricCollector collects metrics from insights in the database and
|
||||
// exports them in a prometheus collector format.
|
||||
ServiceMetricCollector = "metrics-collector"
|
||||
// ServiceAgentMetricAggregator merges agent metrics and exports them in a
|
||||
// prometheus collector format.
|
||||
ServiceAgentMetricAggregator = "agent-metrics-aggregator"
|
||||
|
||||
RequestTypeTag = "coder_request_type"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user