Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ServiceTag should not collide with the pyroscope built-in tag "service". // Use `coder_` to avoid collisions. ServiceTag = "coder_service" ServiceHTTPServer = "http-api" ServiceLifecycles = "lifecycle-executor" 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" // ServiceTallymanPublisher publishes usage events to coder/tallyman. ServiceTallymanPublisher = "tallyman-publisher" RequestTypeTag = "coder_request_type" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.