You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RollupConfstring`toml:"rollup-conf" json:"-" comment:"custom rollup.xml file for table, 'auto' and 'none' are allowed as well"`
143
-
RollupAutoTablestring`toml:"rollup-auto-table" json:"rollup-auto-table" comment:"custom table for 'rollup-conf=auto', useful for Distributed or MatView"`
144
-
RollupDefaultPrecisionuint32`toml:"rollup-default-precision" json:"rollup-default-precision" comment:"is used when none of rules match"`
145
-
RollupDefaultFunctionstring`toml:"rollup-default-function" json:"rollup-default-function" comment:"is used when none of rules match"`
146
-
RollupUseRevertedbool`toml:"rollup-use-reverted" json:"rollup-use-reverted" comment:"should be set to true if you don't have reverted regexps in rollup-conf for reversed tables"`
147
-
Context []string`toml:"context" json:"context" comment:"valid values are 'graphite' of 'prometheus'"`
148
-
ContextMapmap[string]bool`toml:"-" json:"-"`
149
-
Rollup*rollup.Rollup`toml:"-" json:"rollup-conf"`
132
+
Tablestring`toml:"table" json:"table" comment:"data table from carbon-clickhouse"`
133
+
Reversebool`toml:"reverse" json:"reverse" comment:"if it stores direct or reversed metrics"`
134
+
MaxAge time.Duration`toml:"max-age" json:"max-age" comment:"maximum age stored in the table"`
135
+
MinAge time.Duration`toml:"min-age" json:"min-age" comment:"minimum age stored in the table"`
136
+
MaxInterval time.Duration`toml:"max-interval" json:"max-interval" comment:"maximum until-from interval allowed for the table"`
137
+
MinInterval time.Duration`toml:"min-interval" json:"min-interval" comment:"minimum until-from interval allowed for the table"`
138
+
TargetMatchAnystring`toml:"target-match-any" json:"target-match-any" comment:"table allowed only if any metrics in target matches regexp"`
139
+
TargetMatchAllstring`toml:"target-match-all" json:"target-match-all" comment:"table allowed only if all metrics in target matches regexp"`
RollupConfstring`toml:"rollup-conf" json:"-" comment:"custom rollup.xml file for table, 'auto' and 'none' are allowed as well"`
143
+
RollupAutoTablestring`toml:"rollup-auto-table" json:"rollup-auto-table" comment:"custom table for 'rollup-conf=auto', useful for Distributed or MatView"`
144
+
RollupDefaultPrecisionuint32`toml:"rollup-default-precision" json:"rollup-default-precision" comment:"is used when none of rules match"`
145
+
RollupDefaultFunctionstring`toml:"rollup-default-function" json:"rollup-default-function" comment:"is used when none of rules match"`
146
+
RollupUseRevertedbool`toml:"rollup-use-reverted" json:"rollup-use-reverted" comment:"should be set to true if you don't have reverted regexps in rollup-conf for reversed tables"`
0 commit comments