We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Проверить валидацию всех параметров чтения из Соломона
Параметры, указываемые при чтении:
program/selectors
from
to
downsampling.disabled
downsampling.aggregation
downsampling.fill
downsampling.gridinterval
labels
Дополнительные ограничения:
program
selectors
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Проверить валидацию всех параметров чтения из Соломона
Параметры, указываемые при чтении:
program/selectors
— запрос на языке запросов Monitoringfrom
— время в формате ISO 8601to
— время в формате ISO 8601downsampling.disabled
— booldownsampling.aggregation
— one of ["AVG", "COUNT", "DEFAULT_AGGREGATION", "LAST", "MAX", "MIN", "SUM"]downsampling.fill
— one of ["NONE", "NULL", "PREVIOUS"]downsampling.gridinterval
— целое числоlabels
— список строк через запятуюДополнительные ограничения:
program
иselectors
нельзя указывать одновременноdownsampling.aggregation
,downsampling.fill
иdownsampling.gridinterval
нельзя указывать, если даунсемплинг выключен (downsampling.disabled
="true")The text was updated successfully, but these errors were encountered: