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.
1 parent 18858b6 commit 9387916Copy full SHA for 9387916
src/prometheus_exporter/exporter.py
@@ -107,6 +107,7 @@ def export(self, label_filter=None):
107
metrics = self.get_metrics()
108
if label_filter:
109
metrics = self._filter_metrics(metrics, label_filter)
110
+ self.logger.debug("Exporting metrics: %s", metrics)
111
return "\n".join([str(metric) for metric in metrics])
112
113
def handle_error(self, request, client_address):
0 commit comments