The off level of the loggerLevel property is not defined properly and the default value of the loggerLevel is error.
Updates on metricshub.json:
stateSetCompression: suppressZeros or none.
patchDirectory: as string.
additionalConnectors:
additionalConnectors:
<CustomConnectorId1>:
uses: <ConnectorId> # If not specified, the default is the key name
variables:
<VariableName>: <VariableValue>
force: false # default true
<CustomConnectorId2>:
uses: <ConnectorId> # If not specified, the default is the key name
variables:
<VariableName>: <VariableValue>
force: false # default true
monitorFilters: array, provide an example.
resolveHostnameToFqdn: now it is set to false by default.
Description of the feature / enhancement.
The
off
level of the loggerLevel property is not defined properly and the default value of the loggerLevel iserror
.Updates on metricshub.json:
stateSetCompression:
suppressZeros
ornone
.patchDirectory: as string.
additionalConnectors:
monitorFilters: array, provide an example.
resolveHostnameToFqdn: now it is set to false by default.
Are you making a PR for this?
Yes, I will create a PR.