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 3cba5ee commit 8b23d09Copy full SHA for 8b23d09
nodestream/metrics.py
@@ -92,7 +92,6 @@ def tick(self):
92
"non_fatal_errors", "Number of non-fatal errors", accumulate=True
93
)
94
FATAL_ERRORS = Metric("fatal_errors", "Number of fatal errors", accumulate=True)
95
-
96
NODES_UPSERTED = Metric(
97
"nodes_upserted", "Number of nodes upserted to the graph", accumulate=True
98
0 commit comments