Skip to content

Commit

Permalink
make it compatible with kyuubi 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaohehuhu authored and pan3793 committed Dec 23, 2024
1 parent 457085b commit 185f2cc
Show file tree
Hide file tree
Showing 2 changed files with 917 additions and 580 deletions.
5 changes: 5 additions & 0 deletions grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,13 @@
#

FROM grafana/grafana:9.5.7

ARG PROMETHEUS_URL_ARG

ENV PROMETHEUS_URL=$PROMETHEUS_URL_ARG

COPY ./dashboard.yml /etc/grafana/provisioning/dashboards/

COPY ./datasource.yml /etc/grafana/provisioning/datasources/

COPY ./*.json /var/lib/grafana/dashboards/
Loading

0 comments on commit 185f2cc

Please sign in to comment.