A ConfigGeneral specifies general configuration for the whole topology.
| 99 | |
| 100 | // A ConfigGeneral specifies general configuration for the whole topology. |
| 101 | type ConfigGeneral struct { |
| 102 | // DontValidateFields reports whether records validation is skipped (by not calling Components.Validate) |
| 103 | DontValidateFields bool `toml:"dont_validate_fields"` |
| 104 | } |
| 105 | |
| 106 | // ConfigMetrics holds metrics configuration. |
| 107 | type ConfigMetrics struct { |
nothing calls this directly
no outgoing calls
no test coverage detected