Movatterモバイル変換


[0]ホーム

URL:


pproflabel

package
v2.28.4Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2025 License:AGPL-3.0Imports:2Imported by:0

Details

Repository

github.com/coder/coder

Links

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

funcDo

func Do(ctxcontext.Context, labelspprof.LabelSet, f func(context.Context))

funcGo

func Go(ctxcontext.Context, labelspprof.LabelSet, f func(context.Context))

Go is just a convince wrapper to set off a labeled goroutine.

funcService

func Service(namestring, pairs ...string)pprof.LabelSet

Types

This section is empty.

Source Files

View all Source files

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f orF : Jump to
y orY : Canonical URL
go.dev uses cookies from Google to deliver and enhance the quality of its services and to analyze traffic.Learn more.

[8]ページ先頭

©2009-2025 Movatter.jp