DD152
DD152
If you want to draw a graph with multiple src port, you can change line 87 `edgeattrs['label'] = 'dport\n{dp}'.format(dp=flow)` to `edgeattrs['label'] = 'sport\n{sp}'.format(sp=flow)`
I would like to do this.
# Motivation Exposed metrics need to be showed in dashboard. # Changes Add Grafana Agent/DataProxy/TubeMQ Metrics Dasboard # Design Use Prometheus&Grafana to expose all metrics which are described in [Agent](https://inlong.apache.org/docs/modules/agent/metrics/)/[TubeMQ...