feat(plugins/traffic): add plugin_traffic_skipped (#678)
This commit is contained in:
@@ -12,3 +12,11 @@ inputs:
|
||||
description: Display repositories traffic metrics
|
||||
type: boolean
|
||||
default: no
|
||||
|
||||
# List of repositories that will be skipped
|
||||
plugin_traffic_skipped:
|
||||
description: Repositories to skip
|
||||
type: array
|
||||
format: comma-separated
|
||||
default: ""
|
||||
example: my-repo-1, my-repo-2, owner/repo-3 ...
|
||||
Reference in New Issue
Block a user