We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a1e717 + 302faad commit ae12771Copy full SHA for ae12771
source/messages.py
@@ -65,6 +65,10 @@
65
'PathNoCfgFiles': 'The path does not contain any configuration files.',
66
'NewKeyDetected': 'Detected not known single ts identifiers {}.',
67
'NewKeyAlreadyReported': 'Single ts identifiers {} already reported as not known.',
68
- 'UnhandledError': 'Unhandled error: {}',
69
- 'DataWrongFormat': 'Content could not be parsed: {}'
+ 'UnexpecterError': 'Unexpected error: {}',
+ 'DataWrongFormat': 'Content could not be parsed: {}',
70
+ 'StartCustomThread': 'Started custom thread {}',
71
+ 'StopCustomThread': 'Stopped custom thread {}',
72
+ 'MetricInResults': 'Metric {} is in Collector.metrcs',
73
+ 'MetricNotInResults': 'Metric {} is not in Collector.metrcs'
74
}
0 commit comments