Documentation ¶
Index ¶
- func StartAppendBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartCreateBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartCreateJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartCreateNodeCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartCreateRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartDeleteBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartDeleteJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartDeleteNodeCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartDeleteRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartFetchBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartFetchJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartFetchNodeCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartFetchRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartGetNodeSelectorsCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartListBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartListNodeCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartListRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartPruneBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartPruneJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartPruneRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartSetBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartSetNodeSelectorsCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartUpdateBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartUpdateNodeCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartUpdateRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartAppendBundleCall ¶
func StartAppendBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartAppendBundleCall return metric for server's datastore, on sets the bundle.
func StartCreateBundleCall ¶
func StartCreateBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartCreateBundleCall return metric for server's datastore, on creating a bundle.
func StartCreateJoinTokenCall ¶
func StartCreateJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
StartCreateJoinTokenCall return metric for server's datastore, on creating a join token.
func StartCreateNodeCall ¶
func StartCreateNodeCall(m telemetry.Metrics) *telemetry.CallCounter
StartCreateNodeCall return metric for server's datastore, on creating a node.
func StartCreateRegistrationCall ¶
func StartCreateRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
StartCreateRegistrationCall return metric for server's datastore, on creating a registration.
func StartDeleteBundleCall ¶
func StartDeleteBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartDeleteBundleCall return metric for server's datastore, on deleting a bundle.
func StartDeleteJoinTokenCall ¶
func StartDeleteJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
StartDeleteJoinTokenCall return metric for server's datastore, on deleting a join token.
func StartDeleteNodeCall ¶
func StartDeleteNodeCall(m telemetry.Metrics) *telemetry.CallCounter
StartDeleteNodeCall return metric for server's datastore, on deleting a node.
func StartDeleteRegistrationCall ¶
func StartDeleteRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
StartDeleteRegistrationCall return metric for server's datastore, on deleting a registration.
func StartFetchBundleCall ¶
func StartFetchBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartFetchBundleCall return metric for server's datastore, on fetching a bundle.
func StartFetchJoinTokenCall ¶
func StartFetchJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
StartFetchJoinTokenCall return metric for server's datastore, on fetching a join token.
func StartFetchNodeCall ¶
func StartFetchNodeCall(m telemetry.Metrics) *telemetry.CallCounter
StartFetchNodeCall return metric for server's datastore, on fetching a node.
func StartFetchRegistrationCall ¶
func StartFetchRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
StartFetchRegistrationCall return metric for server's datastore, on creating a registration.
func StartGetNodeSelectorsCall ¶
func StartGetNodeSelectorsCall(m telemetry.Metrics) *telemetry.CallCounter
StartGetNodeSelectorsCall return metric for server's datastore, on getting selectors for a node.
func StartListBundleCall ¶
func StartListBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartListBundleCall return metric for server's datastore, on listing bundles.
func StartListNodeCall ¶
func StartListNodeCall(m telemetry.Metrics) *telemetry.CallCounter
StartListNodeCall return metric for server's datastore, on listing nodes.
func StartListRegistrationCall ¶
func StartListRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
StartListRegistrationCall return metric for server's datastore, on listing registrations.
func StartPruneBundleCall ¶
func StartPruneBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartPruneBundleCall return metric for server's datastore, on pruning a bundle.
func StartPruneJoinTokenCall ¶
func StartPruneJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
StartPruneJoinTokenCall return metric for server's datastore, on pruning join tokens.
func StartPruneRegistrationCall ¶
func StartPruneRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
StartPruneRegistrationCall return metric for server's datastore, on pruning registrations.
func StartSetBundleCall ¶
func StartSetBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartSetBundleCall return metric for server's datastore, on sets the bundle.
func StartSetNodeSelectorsCall ¶
func StartSetNodeSelectorsCall(m telemetry.Metrics) *telemetry.CallCounter
StartSetNodeSelectorsCall return metric for server's datastore, on setting selectors for a node.
func StartUpdateBundleCall ¶
func StartUpdateBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartUpdateBundleCall return metric for server's datastore, on updating a bundle.
func StartUpdateNodeCall ¶
func StartUpdateNodeCall(m telemetry.Metrics) *telemetry.CallCounter
StartUpdateNodeCall return metric for server's datastore, on updating a node.
func StartUpdateRegistrationCall ¶
func StartUpdateRegistrationCall(m telemetry.Metrics) *telemetry.CallCounter
StartUpdateRegistrationCall return metric for server's datastore, on updating a registration.
Types ¶
This section is empty.