Skip to content
New issue

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

Test reading. Functional. Check settings validation #16385

Open
evanevanevanevannnn opened this issue Mar 28, 2025 · 0 comments · May be fixed by #16733
Open

Test reading. Functional. Check settings validation #16385

evanevanevanevannnn opened this issue Mar 28, 2025 · 0 comments · May be fixed by #16733

Comments

@evanevanevanevannnn
Copy link
Collaborator

evanevanevanevannnn commented Mar 28, 2025

Проверить валидацию всех параметров чтения из Соломона

Параметры, указываемые при чтении:

  • program/selectors — запрос на языке запросов Monitoring
  • from — время в формате ISO 8601
  • to — время в формате ISO 8601
  • downsampling.disabled — bool
  • downsampling.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")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant