beam-telemetry/telemetry_metrics_statsd

Include a reference table of supported metrics

josevalim opened this issue · 1 comments

I believe all reporters should include a table with the name of the Telemetry.Metric and what is their equivalent on the report terminology. Something like this:

Telemetry Metric XYZ Metric
counter ...
last_value ...
sum ...
summary ...
histogram ...

If a metric is not supported, that's a good place to document it too.

WDYT?

Yeah, there is a more free-form write up of what you described, but a table is a good idea. We could have it in the README as well so that it's easily spotted.