Skip to content

Commit f053d21

Browse files
authored
chore(monitor-snapshot/release-9.0-beta.1): update files from upstreams (#768)
1 parent e9569e0 commit f053d21

36 files changed

+247673
-0
lines changed
498 KB
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM busybox:1.37.0
2+
3+
ADD init.sh /usr/bin/init.sh
4+
RUN chmod +x /usr/bin/init.sh
5+
6+
COPY dashboards/*.json /tmp/
7+
COPY rules/*.rules.yml /tmp/
8+
COPY datasources/*.yaml /tmp/
9+
10+
ENTRYPOINT ["/usr/bin/init.sh"]
11+
CMD ["TIDB-Cluster", "/grafana-dashboard-definitions/tidb/", "false", "/etc/prometheus"]

0 commit comments

Comments
 (0)