cyberbit / telem

Trivial ETL Engine for Minecraft
http://telem.cyberbit.dev
Other
27 stars 4 forks source link

Delta middleware overwrites itself when different adapters produce same metric name #57

Closed cyberbit closed 4 months ago

cyberbit commented 4 months ago

In the example below, windgen0 and windgen1 are both producing identical metrics, so the delta middleware calculates the values for both, but only keeps the last calculated value. Middleware should be adjusted to produce metrics for each name-adapter-source combination as necessary.

image