Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 500 Bytes

pravega-options.md

File metadata and controls

16 lines (13 loc) · 500 Bytes

Pravega options

Pravega has many configuration options for setting up metrics, tuning, etc. The available options can be found here and are expressed through the pravega/options part of the resource specification.

All values must be expressed as Strings.

...
spec:
  pravega:
    options:
      metrics.enableStatistics: "true"
      metrics.statsdHost: "telegraph.default"
      metrics.statsdPort: "8125"
...