There's a need to track which features are supported by which languages in the Metrics Platform. For example, only the JavaScript client currently supports the Instrument class or the analytics sampling set in the stream config.
To do:
- Add a section to https://wikitech.wikimedia.org/wiki/Metrics_Platform with a table that documents which features are supported by language
- Share this with Data Products so that everyone knows to update it when adding features
Example content:
== Feature availability ==
{| class="wikitable"
! Feature !! JavaScript !! PHP !! Java !! Swift
|-
| Client library || ✅ || ✅ || ✅ ||
|-
| Analytics sampling || ✅ || || ||
|-
| Instrument class || ✅ || || ||
|}