We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b757db2 commit 22bf582Copy full SHA for 22bf582
test/e2e/e2e_spec.yml
@@ -5,9 +5,9 @@ scenarios:
5
- description: |
6
This scenario will verify that metrics from docker integration are correcly collected.
7
before:
8
- - docker-compose up -d
+ - docker compose up -d
9
after:
10
- - docker-compose down -v
+ - docker compose down -v
11
integrations:
12
- name: nri-docker
13
binary_path: ../../bin/nri-docker
0 commit comments