Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(dashboard): new design for dashboard #12

Merged
merged 1 commit into from
Sep 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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