-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
To efficiently track tutorial usage, we need to modify each background script to push the tutorial name in addition to the pageName.
Do this by adding a new field to the curl -X POST body.
For example:
curl -X POST 'https://b12rzypwjl.execute-api.us-east-1.amazonaws.com/default/keptn_killercoda_tracker' -H 'Content-Type: text/plain' --data-raw '{ "pageName": "intro.md" }'
Becomes:
curl -X POST 'https://b12rzypwjl.execute-api.us-east-1.amazonaws.com/default/keptn_killercoda_tracker' -H 'Content-Type: text/plain' --data-raw '{ "tutorial": "keptnV1", "pageName": "intro.md" }'
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers