mirror of https://github.com/knative/pkg.git
include OpenCensus in the list of metric backend (#2189)
This commit is contained in:
parent
aff7376aba
commit
7764284cfa
|
|
@ -65,8 +65,8 @@ type ObservabilityConfig struct {
|
||||||
// EnableProbeRequestLog enables queue-proxy to write health check probe request logs.
|
// EnableProbeRequestLog enables queue-proxy to write health check probe request logs.
|
||||||
EnableProbeRequestLog bool
|
EnableProbeRequestLog bool
|
||||||
|
|
||||||
// RequestMetricsBackend specifies the request metrics destination, e.g. Prometheus.
|
// RequestMetricsBackend specifies the request metrics destination, e.g. Prometheus or
|
||||||
// "None" disables all backends.
|
// OpenCensus. "None" disables all backends.
|
||||||
RequestMetricsBackend string
|
RequestMetricsBackend string
|
||||||
|
|
||||||
// EnableProfiling indicates whether it is allowed to retrieve runtime profiling data from
|
// EnableProfiling indicates whether it is allowed to retrieve runtime profiling data from
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue