Skip to content

Commit

Permalink
feat(dashboard): new design for dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Thuan Vo committed Sep 28, 2022
1 parent a2b63e8 commit aa18885
Show file tree
Hide file tree
Showing 8 changed files with 4,695 additions and 1,815 deletions.
8 changes: 7 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,21 @@ RUN grafana-cli plugins install grafana-simple-json-datasource

COPY --chown=grafana:root \
dashboards.yaml \
dashboard.json \
dashboards/*.dashboard.json \
/etc/grafana/provisioning/dashboards/

COPY --chown=grafana:root \
datasource.yaml \
/etc/grafana/provisioning/datasources/

COPY --chown=grafana:root \
grafana.ini \
/etc/grafana/grafana.ini

# Listen address of jfr-datasource
ENV JFR_DATASOURCE_URL "http://0.0.0.0:8080"

# User grafana
USER 472

ENTRYPOINT [ "/run.sh" ]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

[![Image Repository on Quay](https://quay.io/repository/cryostat/cryostat-grafana-dashboard/status "Image Repository on Quay")](https://quay.io/repository/cryostat/cryostat-grafana-dashboard)

Pre-configured Grafana dashboard image for [Cryostat](https://github.com/cryostatio/cryostat)
Pre-configured Grafana dashboard image for [Cryostat](https://github.com/cryostatio/cryostat).
Loading

0 comments on commit aa18885

Please sign in to comment.