MCPcopy Create free account
hub / github.com/internetarchive/openlibrary / submit

Method submit

scripts/monitoring/utils.py:27–28  ·  view source on GitHub ↗
(self, graphite_address: str | tuple[str, int])

Source from the content-addressed store, hash-verified

25 return f"{self.path} {self.value} {self.timestamp}"
26
27 def submit(self, graphite_address: str | tuple[str, int]):
28 GraphiteEvent.submit_many([self], graphite_address)
29
30 @staticmethod
31 def submit_many(events: list[GraphiteEvent], graphite_address: str | tuple[str, int]):

Callers 5

monitor_empty_homepageFunction · 0.80
monitor_solr_updater_lagFunction · 0.80
handleMessageEventFunction · 0.80
initPasteFormFunction · 0.80
submitCreateAccountFormFunction · 0.80

Calls 1

submit_manyMethod · 0.80

Tested by

no test coverage detected