You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in new influxdb2, create eg docker telegraf plugin with endpoint unix:///var/run/docker.sock
then create the second plugin, eg system one
This is the result in UI, there are two configs...
Observations:
There is no hint in the table which config is the docker one and which is the system one, because both the config lines are named equally. The two lines look like duplicity.
When I download one config and run telegraf, I can use system monitoring only
When I download the other config and run telegraf, I can use docker monitoring only
Proposed solution:
As user who has one telegraf I want influxdb2 to be able to provide me with just one config having both configurations in order I can listen to more than 1 plugin from one instance of telegraf.
As user I want to have version number in the config name or new column with timestamp, so that I do not see 2 lines with same information (duplicate lines) at the /organizations/034c0f2d08bc9000/collectors_tab
Workaround: do a manual join of the two configs on localhost
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed because it has not had recent activity. Please reopen if this issue is still important to you. Thank you for your contributions.
Telegraf UI should join two or more plugins into one config
git: bd3c9cc (in master 4 after alpha)
Steps to reproduce:
This is the result in UI, there are two configs...
Observations:
Proposed solution:
Workaround: do a manual join of the two configs on localhost
The issue seems to relate to #10771
The text was updated successfully, but these errors were encountered: