Skip to content

Commit

Permalink
updating TrackAllPaths comment (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
mativm02 authored Sep 8, 2023
1 parent 657436f commit 092d669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumps/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ type PrometheusConf struct {
// Metrics to exclude from exposition. Currently, excludes only the base metrics.
DisabledMetrics []string `json:"disabled_metrics" mapstructure:"disabled_metrics"`
// Specifies if it should expose aggregated metrics for all the endpoints. By default, `false`
// which means that all APIs endpoints will be counted as 'unknown' unless the API use track endpoint plugin.
// which means that all APIs endpoints will be counted as 'unknown' unless the API uses the track endpoint plugin.
TrackAllPaths bool `json:"track_all_paths" mapstructure:"track_all_paths"`
// Custom Prometheus metrics.
CustomMetrics CustomMetrics `json:"custom_metrics" mapstructure:"custom_metrics"`
Expand Down

0 comments on commit 092d669

Please sign in to comment.