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
docs: remove stale ContinueOnError sentence from README
This line was added for a separate PR that was abandoned.
It does not reflect the current behaviour.
Signed-off-by: Alex Muntean <amuntean@godaddy.com>
Copy file name to clipboardExpand all lines: README.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,8 +108,6 @@ It is also possible when using SNMPv3 to supply an optional `snmp_engineid` para
108
108
The multi-module functionality allows you to specify multiple modules, enabling the retrieval of information from several modules in a single scrape.
109
109
The concurrency can be specified using the snmp-exporter option `--snmp.module-concurrency` (the default is 1).
110
110
111
-
If one module fails or times out, the metrics from all other modules in the same scrape are still returned. Only the failing module emits an `snmp_error` metric.
112
-
113
111
Note: This implementation does not perform any de-duplication of walks between different modules.
114
112
115
113
There are two ways to specify multiple modules. You can either separate them with a comma or define multiple params_module.
0 commit comments