Skip to content

Commit

Permalink
Default Grafana templates for various Flyte components using Promethe…
Browse files Browse the repository at this point in the history
…us (flyteorg#779)

- These dashboards as also published to grafana marketplace

Signed-off-by: Ketan Umare <[email protected]>
  • Loading branch information
kumare3 authored Feb 26, 2021
1 parent b9c549a commit cd1dde9
Show file tree
Hide file tree
Showing 12 changed files with 12,468 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ docs/_sources/
docs/flytekit/flytekit.interfaces.html
docs/searchindex.js
docs/
__pycache__/
14 changes: 9 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ end2end:
end2end_execute:
@end2end/execute.sh

# updates referenced docs from other repositories (e.g. flyteidl, flytekit)
.PHONY: generate-dependent-repo-docs
generate-dependent-repo-docs:
@FLYTEKIT_VERSION=0.15.4 FLYTEIDL_VERSION=0.18.11 ./script/update_ref_docs.sh

.PHONY: install-piptools
install-piptools:
pip install -U pip-tools
Expand All @@ -33,3 +28,12 @@ install-piptools:
doc-requirements.txt: doc-requirements.in install-piptools
$(call PIP_COMPILE,doc-requirements.in)

.PHONY: requirements.txt
requirements.txt: requirements.in install-piptools
$(call PIP_COMPILE,requirements.in)

.PHONY: stats
stats:
@generate-dashboard -o deployment/stats/prometheus/flytepropeller-dashboard.json stats/flytepropeller_dashboard.py
@generate-dashboard -o deployment/stats/prometheus/flyteadmin-dashboard.json stats/flyteadmin_dashboard.py
@generate-dashboard -o deployment/stats/prometheus/flyteuser-dashboard.json stats/flyteuser_dashboard.py
Loading

0 comments on commit cd1dde9

Please sign in to comment.