Skip to content

Commit

Permalink
prune dashboard provisioning configs, add depends_on clickhouse to an…
Browse files Browse the repository at this point in the history
…alyzer
  • Loading branch information
Chris Hain committed Oct 21, 2024
1 parent c04863d commit 9c5e349
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 37 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ services:
CLICKHOUSE_PASSWORD: ${ANALYZER_CLICKHOUSE_PASSWORD}
networks:
- api_discovery_tool
depends_on:
clickhouse:
condition: service_healthy

# loadgenerator:
# image: locustio/locust
Expand Down
38 changes: 1 addition & 37 deletions services/grafana/provisioning/dashboards/dashboards.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
apiVersion: 1

providers:
- name: 'Otel Collector'
orgId: 1
folder: ''
type: file
disableDeletion: false
editable: true
allowUiUpdates: true
options:
path: /etc/grafana/provisioning/dashboards/otel-collector
- name: 'Local API Discovery'
orgId: 1
folder: 'Local API Discovery'
Expand All @@ -18,31 +9,4 @@ providers:
editable: true
allowUiUpdates: true
options:
path: /etc/grafana/provisioning/dashboards/api-discovery
- name: 'BigIP - Device'
orgId: 1
folder: 'BigIP - Device'
type: file
disableDeletion: false
editable: true
allowUiUpdates: true
options:
path: /etc/grafana/provisioning/dashboards/bigip/device
- name: 'BigIP - Device Profiles'
orgId: 1
folder: 'BigIP - Device/Profiles'
type: file
disableDeletion: false
editable: true
allowUiUpdates: true
options:
path: /etc/grafana/provisioning/dashboards/bigip/profile
- name: 'BigIP - Fleet'
orgId: 1
folder: 'BigIP - Fleet'
type: file
disableDeletion: false
editable: true
allowUiUpdates: true
options:
path: /etc/grafana/provisioning/dashboards/bigip/fleet
path: /etc/grafana/provisioning/dashboards/api-discovery

0 comments on commit 9c5e349

Please sign in to comment.