graphitestorageschema

May 7, 2026 ยท View on GitHub

Declares a storage schema section for graphite_storage_config.

Actions

ActionDescription
:createDeclares schema data (default)
:deleteRemoves the declaration from the run

Properties

PropertyTypeDefaultDescription
configHash{}Storage schema settings

Examples

graphite_storage_schema 'default' do
  config(pattern: '.*', retentions: '60s:1d')
end