Skip to content

Commit

Permalink
feat(o11y): Envoy Grafana Dashbaord (#5894)
Browse files Browse the repository at this point in the history
* adding an envoy dashbaord

* adding envoy as a provisioned dashboard

* small updates - mainly to filter by pod
  • Loading branch information
driev authored Sep 18, 2024
1 parent a883109 commit d28c58c
Show file tree
Hide file tree
Showing 3 changed files with 4,623 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/roles/grafana/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ grafana_preloaded_dashboards:
json: "{{ lookup('file', playbook_dir + '/../../prometheus/dashboards/provisioning/seldon.json') }}"
- name: perf
json: "{{ lookup('file', playbook_dir + '/../../prometheus/dashboards/provisioning/perf_and_scaling.json') }}"
- name: envoy
json: "{{ lookup('file', playbook_dir + '/../../prometheus/dashboards/provisioning/envoy.json') }}"
Loading

0 comments on commit d28c58c

Please sign in to comment.