Skip to content

Commit

Permalink
feat: add dashboard to grafana
Browse files Browse the repository at this point in the history
  • Loading branch information
Apoorva64 committed Nov 12, 2024
1 parent c4d5029 commit cdde393
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion charts/poulet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.58
version: 0.1.59

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
22 changes: 14 additions & 8 deletions charts/poulet/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,22 @@ grafana:
disableRecordingRules: false
incrementalQueryOverlapWindow: 10m
dashboardProviders:
- name: Default # A uniquely identifiable name for the provider
folder: Services # The folder where to place the dashboards
type: file
options:
path: /var/lib/grafana/dashboards # The directory where the dashboards are stored
dashboardproviders.yaml:
apiVersion: 1
providers:
- name: 'Default'
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
options:
path: /var/lib/grafana/dashboards/default

dashboards:
doctor-dashboard:
url: https://raw.githubusercontent.com/StartUpNationLabs/poulet/refs/heads/main/cloud/config/grafana/dashboards_data/doctor.json
token: ''
doctor-dashboard:
url: https://raw.githubusercontent.com/StartUpNationLabs/poulet/refs/heads/main/cloud/config/grafana/dashboards_data/doctor.json
token: ''

sidecar:
resources:
Expand Down

0 comments on commit cdde393

Please sign in to comment.