Skip to content

Commit

Permalink
Remove 'descriptions' from Elastic settings (#316)
Browse files Browse the repository at this point in the history
The Elastic meter registry does not have this setting.
  • Loading branch information
meredrica committed Nov 19, 2021
1 parent 85ca241 commit fecaa45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ for more options.
|*Name* |*Description*
|enabled |Whether to enable the reporter. Could disable to local dev for example. Default: `true`
|step |How frequently to report metrics. Default: `PT1M` (1 min). See `java.time.Duration#parse(CharSequence)`
|descriptions | Boolean if meter descriptions should be sent to InfluxDB. Turn this off to minimize the amount of data sent on each scrape. Default: `true`
|=======

.Example Elastic Config
Expand Down

0 comments on commit fecaa45

Please sign in to comment.