# Functions
StartAppendBundleCall return metric for server's datastore, on sets the bundle.
StartCountBundleCall return metric for server's datastore, on counting bundles.
StartCountNodeCall return metric for server's datastore, on counting nodes.
StartCountRegistrationCall return metric for server's datastore, on counting registrations.
StartCreateAttestedNodeEventForTestingCall return metric for server's datastore, on creating an attested node event.
StartCreateBundleCall return metric for server's datastore, on creating a bundle.
StartCreateFederationRelationshipCall return metric for server's datastore, on creating a registration.
StartCreateJoinTokenCall return metric for server's datastore, on creating a join token.
StartCreateNodeCall return metric for server's datastore, on creating a node.
StartCreateRegistrationCall return metric for server's datastore, on creating a registration.
StartCreateRegistrationEntryEventForTestingCall return metric for server's datastore, on creating a registration entry event.
StartDeleteAttestedNodeEventForTestingCall return metric for server's datastore, on deleting an attested node event.
StartDeleteBundleCall return metric for server's datastore, on deleting a bundle.
StartDeleteFederationRelationshipCall return metric for server's datastore, on deleting a federation relationship.
StartDeleteJoinTokenCall return metric for server's datastore, on deleting a join token.
StartDeleteNodeCall return metric for server's datastore, on deleting a node.
StartDeleteRegistrationCall return metric for server's datastore, on deleting a registration.
StartDeleteRegistrationEntryEventForTestingCall return metric for server's datastore, on deleting a registration entry event.
StartFetchAttestedNodeEventCall return metric for server's datastore, on fetching an attested node event.
StartFetchBundleCall return metric for server's datastore, on fetching a bundle.
StartFetchCAJournal return metric for server's datastore, on fetching a CA journal.
StartFetchFederationRelationship return metric for server's datastore, on fetching a federation relationship.
StartFetchJoinTokenCall return metric for server's datastore, on fetching a join token.
StartFetchNodeCall return metric for server's datastore, on fetching a node.
StartFetchRegistrationCall return metric for server's datastore, on creating a registration.
StartFetchRegistrationEntryEventCall return metric for server's datastore, on fetching a registration entry event.
StartGetNodeSelectorsCall return metric for server's datastore, on getting selectors for a node.
StartListAttestedNodeEventsCall return metric for server's datastore, on listing attested node events.
StartListBundleCall return metric for server's datastore, on listing bundles.
StartListCAJournalsForTesting return metric for server's datastore, on listing CA journals for testing.
StartListFederationRelationshipsCall return metric for server's datastore, on listing federation relationships.
StartListNodeCall return metric for server's datastore, on listing nodes.
StartListNodeSelectorsCall return metric for server's datastore, on getting selectors for a node.
StartListRegistrationCall return metric for server's datastore, on listing registrations.
StartListRegistrationEntryEventsCall return metric for server's datastore, on listing registration entry events.
StartPruneAttestedNodeEventsCall return metric for server's datastore, on pruning attested node events.
StartPruneBundleCall return metric for server's datastore, on pruning a bundle.
StartPruneCAJournalsCall return metric for server's datastore, on pruning CA journals.
StartPruneJoinTokenCall return metric for server's datastore, on pruning join tokens.
StartPruneRegistrationCall return metric for server's datastore, on pruning registrations.
StartPruneRegistrationEntryEventsCall return metric for server's datastore, on pruning registration entry events.
StartRevokeJWTKeyCall return metric for server's datastore, on revoking a JWT Signing Key from bundle.
StartRevokeX509CACall return metric for server's datastore, on revoking an X.509 CA from bundle.
StartSetBundleCall return metric for server's datastore, on sets the bundle.
StartSetCAJournal return metric for server's datastore, on setting a CA journal.
StartSetNodeSelectorsCall return metric for server's datastore, on setting selectors for a node.
StartTaintJWTKeyCall return metric for server's datastore, on tainting a JWT public key.
StartTaintKeyCall return metric for server's datastore, on tainting an X.509 CA by key.
StartUpdateBundleCall return metric for server's datastore, on updating a bundle.
StartUpdateFederationRelationshipCall return metric for server's datastore, on updating a federation relationship.
StartUpdateNodeCall return metric for server's datastore, on updating a node.
StartUpdateRegistrationCall return metric for server's datastore, on updating a registration.
WithMetrics wraps a datastore interface and provides per-call metrics.