We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28fcf33 commit a8d34b5Copy full SHA for a8d34b5
.github/actions/emit-metrics/action.yml
@@ -68,7 +68,7 @@ runs:
68
NAMESPACE="--namespace \"${{ inputs.namespace }}\""
69
DIMENSIONS="$(format "--dimension" "${{ inputs.dimensions }}")"
70
METRICS="$(format "--metric" "${{ inputs.metrics }}")"
71
- CMD="kat $NAMESPACE $DIMENSIONS $METRICS"
+ CMD="kat metrics emit $NAMESPACE $DIMENSIONS $METRICS"
72
73
echo "Executing command \"$CMD\""
74
eval "$CMD"
0 commit comments