Skip to content

Commit

Permalink
Updating metricbeat.reference.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
gizas committed Mar 22, 2024
1 parent d905adf commit f0ec4f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 3 additions & 0 deletions x-pack/metricbeat/metricbeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,9 @@ metricbeat.modules:
# Store counter rates instead of original cumulative counters (experimental, default: false)
#rate_counters: true

# Set period of counter cache timeout. This cache is used to calculate the rates of counters between fetches (experimental, default: 60sec)
#period: 1m

# Define patterns for counter and histogram types so as to identify metrics' types according to these patterns
#types_patterns:
# counter_patterns: []
Expand Down
4 changes: 1 addition & 3 deletions x-pack/metricbeat/module/prometheus/remote_write/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

package remote_write

import (
"errors"
)
import "errors"

type config struct {
UseTypes bool `config:"use_types"`
Expand Down

0 comments on commit f0ec4f7

Please sign in to comment.