Skip to content

Commit ca1e194

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#414)
1 parent 0f1c2e0 commit ca1e194

38 files changed

Lines changed: 230906 additions & 0 deletions
363 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.33.1
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)