Added an Open Dashboards option to the main menu and added screenshots of the dashboards to the README
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
chdir: ../../docker-elk
|
||||
cmd: docker compose up -d
|
||||
|
||||
- name: Wait 20 seconds for the ELK stack to start
|
||||
- name: Wait 30 seconds for the ELK stack to start
|
||||
pause:
|
||||
seconds: 20
|
||||
seconds: 30
|
||||
|
||||
- name: Import the benchmarking dashboards into Kibana
|
||||
shell:
|
||||
|
||||
@@ -23,3 +23,4 @@
|
||||
shell:
|
||||
cmd: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /usr/local/bin v1.53.3
|
||||
when: golangci_lint_installation_status.rc | int != 0
|
||||
become: yes
|
||||
|
||||
Reference in New Issue
Block a user