NovatecConsulting / novatec-service-dependency-graph-panel

A Grafana panel for visualizing a Service Dependency Graph.
Apache License 2.0
191 stars 64 forks source link

[Feature] - Dummy data should not rely on the correct column namings #41

Closed MariusBrill closed 3 years ago

MariusBrill commented 3 years ago

Is your feature request related to a problem? Please describe. Currently it is mandatory for the dummy data to work that Request Rate column aswell as the Response Rate column are named "in_count" and "out_count".

Describe the solution you'd like The internal variables should default to "in_count" and "out_count" when dummy data is activated.