When on a single war room, there are some nodes with web_log from python.d.plugin and web_log from go.d.plugin the charts do not always match and the result is confusing.

The problem
web_log plugin exists in 2 versions. The old one written in python and a new one written in go.
When we re-write a plugin, we should make the most to have the same chart_ids, the same dimensions, the same contexts and the same families.
If this cannot be done for whatever reason (e.g. we need to improve the charts), then the cloud should create 2 separate sections in the menu:
web log (python.d.plugin)
web log (go.d.plugin)
And have separate sections for them.
The way they are merged now, it makes the dashboard very confusing.
When on a single war room, there are some nodes with
web_logfrompython.d.pluginandweb_logfromgo.d.pluginthe charts do not always match and the result is confusing.The problem
web_logplugin exists in 2 versions. The old one written in python and a new one written in go.When we re-write a plugin, we should make the most to have the same
chart_ids, the samedimensions, the samecontextsand the samefamilies.If this cannot be done for whatever reason (e.g. we need to improve the charts), then the cloud should create 2 separate sections in the menu:
web log (python.d.plugin)web log (go.d.plugin)And have separate sections for them.
The way they are merged now, it makes the dashboard very confusing.