Skip to content

Commit

Permalink
[Query] Increase performance of temporal functions (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnikola authored Sep 2, 2019
1 parent 0553850 commit 3044cf5
Show file tree
Hide file tree
Showing 17 changed files with 2,187 additions and 165 deletions.
1 change: 1 addition & 0 deletions docker/grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN mkdir -p /tmp/grafana_dashboards
COPY ./integrations/grafana/m3query_dashboard.json /tmp/grafana_dashboards/m3query_dashboard.json
COPY ./integrations/grafana/m3coordinator_dashboard.json /tmp/grafana_dashboards/m3coordinator_dashboard.json
COPY ./integrations/grafana/m3db_dashboard.json /tmp/grafana_dashboards/m3db_dashboard.json
COPY ./integrations/grafana/temporal_function_comparison.json /tmp/grafana_dashboards/temporal_function_comparison.json

# Need to replace datasource template variable with name of actual data source so auto-import
# JustWorksTM. Use a temporary directory to host the dashboards since the default
Expand Down
2 changes: 1 addition & 1 deletion integrations/grafana/m3db_overlaid_dashboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -6788,6 +6788,6 @@
},
"timezone": "browser",
"title": "M3DB Node Details - mixed",
"uid": "misterquery",
"uid": "mixed",
"version": 4
}
Loading

0 comments on commit 3044cf5

Please sign in to comment.