Support buildid xaxis for opmon (#481)

This commit is contained in:
Anna Scholtz 2022-07-05 14:35:00 -07:00 коммит произвёл GitHub
Родитель 1d903cd4df
Коммит e16818ff4b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -26,7 +26,7 @@
col: {{element.col}}
width: 12
height: 8
field_x: {{element.explore}}.submission_date
field_x: {{element.explore}}.{{element.xaxis}}
field_y: {{element.explore}}.percentile
log_scale: false
ci_lower: {{element.explore}}.low
@ -48,10 +48,10 @@
model: operational_monitoring
explore: {{alerts.explore}}
type: looker_grid
fields: [{{alerts.explore}}.submission_date,
fields: [{{alerts.explore}}.{{element.xaxis}},
{{alerts.explore}}.probe, {{alerts.explore}}.percentile,
{{alerts.explore}}.message, {{alerts.explore}}.branch, {{alerts.explore}}.errors]
sorts: [{{alerts.explore}}.submission_date
sorts: [{{alerts.explore}}.{{element.xaxis}}
desc]
limit: 500
show_view_names: false

Просмотреть файл

@ -364,7 +364,7 @@ def test_dashboard_lookml(operational_monitoring_dashboard):
col: 0
width: 12
height: 8
field_x: fission_histogram.submission_date
field_x: fission_histogram.build_id
field_y: fission_histogram.percentile
log_scale: false
ci_lower: fission_histogram.low
@ -397,7 +397,7 @@ def test_dashboard_lookml(operational_monitoring_dashboard):
col: 12
width: 12
height: 8
field_x: fission_histogram.submission_date
field_x: fission_histogram.build_id
field_y: fission_histogram.percentile
log_scale: false
ci_lower: fission_histogram.low