Documentation ¶
Index ¶
- func IncrRegistrationAPIUpdatedEntryCounter(m telemetry.Metrics)
- func StartAuthorizeCall(m telemetry.Metrics, method string) *telemetry.CallCounter
- func StartCreateEntryCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartCreateEntryIfNotExistsCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartCreateFedBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartCreateJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartDeleteEntryCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartDeleteFedBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartFetchBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartFetchEntryCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartFetchFedBundleCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartListEntriesCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartListFedBundlesCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartMintJWTSVIDCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartMintX509SVIDCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartUpdateEntryCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartUpdateFedBundleCall(m telemetry.Metrics) *telemetry.CallCounter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IncrRegistrationAPIUpdatedEntryCounter ¶
IncrRegistrationAPIUpdatedEntryCounter indicate Registration API successfully updating an entry
func StartAuthorizeCall ¶ added in v0.10.1
func StartAuthorizeCall(m telemetry.Metrics, method string) *telemetry.CallCounter
StartAuthorizeCall return metric for the server's registration API, authorizing a call for the given method.
func StartCreateEntryCall ¶
func StartCreateEntryCall(m telemetry.Metrics) *telemetry.CallCounter
StartCreateEntryCall return metric for server's registration API, on creating an entry.
func StartCreateEntryIfNotExistsCall ¶ added in v0.10.0
func StartCreateEntryIfNotExistsCall(m telemetry.Metrics) *telemetry.CallCounter
StartCreateEntryIfNotExistsCall return metric for server's registration API, on creating an entry.
func StartCreateFedBundleCall ¶
func StartCreateFedBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartCreateFedBundleCall return metric for server's registration API, on creating a federated bundle
func StartCreateJoinTokenCall ¶
func StartCreateJoinTokenCall(m telemetry.Metrics) *telemetry.CallCounter
StartCreateJoinTokenCall return metric for server's registration API, on creating a join token
func StartDeleteEntryCall ¶
func StartDeleteEntryCall(m telemetry.Metrics) *telemetry.CallCounter
StartDeleteEntryCall return metric for server's registration API, on deleting an entry
func StartDeleteFedBundleCall ¶
func StartDeleteFedBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartDeleteFedBundleCall return metric for server's registration API, on deleting a federated bundle
func StartFetchBundleCall ¶
func StartFetchBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartFetchBundleCall return metric for server's registration API, on fetching a bundle
func StartFetchEntryCall ¶
func StartFetchEntryCall(m telemetry.Metrics) *telemetry.CallCounter
StartFetchEntryCall return metric for server's registration API, on fetching an entry
func StartFetchFedBundleCall ¶
func StartFetchFedBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartFetchFedBundleCall return metric for server's registration API, on fetching a federated bundle
func StartListEntriesCall ¶
func StartListEntriesCall(m telemetry.Metrics) *telemetry.CallCounter
StartListEntriesCall return metric for server's registration API, on listing entries
func StartListFedBundlesCall ¶
func StartListFedBundlesCall(m telemetry.Metrics) *telemetry.CallCounter
StartListFedBundlesCall return metric for server's registration API, on listing federated bundles
func StartMintJWTSVIDCall ¶
func StartMintJWTSVIDCall(m telemetry.Metrics) *telemetry.CallCounter
StartMintJWTSVIDCall return metric for server's registration API, on minting a JWTSVID
func StartMintX509SVIDCall ¶
func StartMintX509SVIDCall(m telemetry.Metrics) *telemetry.CallCounter
StartMintX509SVIDCall return metric for server's registration API, on minting an X509SVID
func StartUpdateEntryCall ¶
func StartUpdateEntryCall(m telemetry.Metrics) *telemetry.CallCounter
StartUpdateEntryCall return metric for server's registration API, on updating an entry
func StartUpdateFedBundleCall ¶
func StartUpdateFedBundleCall(m telemetry.Metrics) *telemetry.CallCounter
StartUpdateFedBundleCall return metric for server's registration API, on updating a federated bundle
Types ¶
This section is empty.