We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba771b7 commit b9a8b3fCopy full SHA for b9a8b3f
src/amlen_exporter.py
@@ -174,6 +174,8 @@ def collect(self):
174
yield metric
175
except KeyError:
176
print('Error collecting Subscription data: No Subscription key')
177
+ except Exception as ex:
178
+ print(f'Cannot create subscription metrics: {type(ex).__name__}')
179
return None
180
181
class JsonEndpointCollector():
0 commit comments