const go.opencensus.io/stats.UnitMilliseconds

13 uses

	go.opencensus.io/stats (current package)
		units.go#L24: 	UnitMilliseconds  = "ms"

	go.opencensus.io/plugin/ocgrpc
		client_metrics.go#L30: 	ClientRoundtripLatency       = stats.Float64("grpc.io/client/roundtrip_latency", "Time between first byte of request sent to last byte of response received, or terminal error.", stats.UnitMilliseconds)
		client_metrics.go#L31: 	ClientServerLatency          = stats.Float64("grpc.io/client/server_latency", `Propagated from the server and should have the same value as "grpc.io/server/latency".`, stats.UnitMilliseconds)
		server_metrics.go#L30: 	ServerLatency                = stats.Float64("grpc.io/server/server_latency", "Time between first byte of request received to last byte of response sent, or terminal error.", stats.UnitMilliseconds)

	go.opencensus.io/plugin/ochttp
		stats.go#L44: 		stats.UnitMilliseconds)
		stats.go#L62: 		stats.UnitMilliseconds,
		stats.go#L83: 		stats.UnitMilliseconds)

	contrib.go.opencensus.io/integrations/ocsql
		observability.go#L27: 	MeasureLatencyMs         = stats.Float64("go.sql/latency", "The latency of calls in milliseconds", stats.UnitMilliseconds)
		observability.go#L32: 	MeasureWaitDuration      = stats.Float64("go.sql/connections/wait_duration", "The total time blocked waiting for a new connection", stats.UnitMilliseconds)

	golang.org/x/pkgsite/cmd/prober
		main.go#L176: 		stats.UnitMilliseconds,

	golang.org/x/pkgsite/internal/frontend
		fetch.go#L50: 		stats.UnitMilliseconds,

	golang.org/x/pkgsite/internal/middleware
		caching.go#L40: 		stats.UnitMilliseconds,

	golang.org/x/pkgsite/internal/postgres
		search.go#L36: 		stats.UnitMilliseconds,