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
I'm often spinning up new Docker containers of which I do want the stats to be included in HomeAssistant. However since I started running some CI/CD jobs on the same machine there are many new containers created and removed every now and then.
The names of these containers change and therefore cannot be added to the containers_exclude list. However their names do follow a predefined pattern (e.g. TASK-[number]-[description]), so having the ability to use wildcards to exclude container names would be a great solution.
I'm often spinning up new Docker containers of which I do want the stats to be included in HomeAssistant. However since I started running some CI/CD jobs on the same machine there are many new containers created and removed every now and then.
The names of these containers change and therefore cannot be added to the
containers_exclude
list. However their names do follow a predefined pattern (e.g.TASK-[number]-[description]
), so having the ability to use wildcards to exclude container names would be a great solution.Potentially relevant to #94.
The text was updated successfully, but these errors were encountered: