open-feature / killercoda

Killercoda Interactive Examples for OpenFeature
https://openfeature.dev
Apache License 2.0
5 stars 3 forks source link

Add tracking "five minutes to feature flags" tutorial #12

Closed agardnerIT closed 1 year ago

agardnerIT commented 1 year ago

This PR

Each step in the tutorial calls its own background script. This script does a curl -X POST to a lambda function. The lambda function pushes only the page name.

This allows us to say "intro.md was loaded 32 times, 01-vanilla.md was loaded 30 times".

No user data or PII is collected by this PR.