Skip to content

Commit 32c9179

Browse files
committed
Send anonymouse usage reporting to Grafana
1 parent b77618e commit 32c9179

File tree

6 files changed

+222887
-2920
lines changed

6 files changed

+222887
-2920
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following inputs can be used as `step.with` key:
3333
| `cloud-comment-on-pr` | boolean | `false` | `true` | If `true`, the workflow comments a link to the cloud test run on the pull request (if present) |
3434
| `only-verify-scripts` | boolean | `false` | `false` | If `true`, only check if the test scripts are valid and skip the test execution' |
3535
| `debug` | boolean | `false` | `false` | If true, the output from k6 will be shown in the action logs, else only the summary will be shown. |
36-
36+
| `disable-analytics` | boolean | `false` | `false` | If true, the anonymous usage analytics reporting will be disabled |
3737
## Usage
3838

3939
Following are some examples of using the workflow.

action.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,10 @@ inputs:
4545
description: 'If true, the output from k6 will be shown in the action logs, else only the summary will be shown'
4646
default: "false"
4747
required: false
48+
disable-analytics:
49+
description: 'If true, the anonymous usage analytics reporting will be disabled'
50+
default: "false"
51+
required: false
4852

4953
runs:
5054
using: node20

0 commit comments

Comments
 (0)