Skip to content

Commit

Permalink
include OpenCensus in the list of metric backend (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprotaso committed Jul 14, 2021
1 parent aff7376 commit 7764284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/config_observability.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ type ObservabilityConfig struct {
// EnableProbeRequestLog enables queue-proxy to write health check probe request logs.
EnableProbeRequestLog bool

// RequestMetricsBackend specifies the request metrics destination, e.g. Prometheus.
// "None" disables all backends.
// RequestMetricsBackend specifies the request metrics destination, e.g. Prometheus or
// OpenCensus. "None" disables all backends.
RequestMetricsBackend string

// EnableProfiling indicates whether it is allowed to retrieve runtime profiling data from
Expand Down

0 comments on commit 7764284

Please sign in to comment.