Documentation
¶
Index ¶
- func AddCacheManagerExpiredSVIDsSample(m telemetry.Metrics, count float32)
- func IncrRegistrationEntryCreatedCounter(m telemetry.Metrics, id string)
- func IncrRegistrationEntryDeletedCounter(m telemetry.Metrics, id string)
- func IncrRegistrationEntryUpdatedCounter(m telemetry.Metrics, id string)
- func IncrSDSAPIConnectionCounter(m telemetry.Metrics)
- func SetSDSAPIConnectionTotalGauge(m telemetry.Metrics, connections int32)
- func StartManagerFetchUpdatesCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartNodeAttestorNewSVIDCall(m telemetry.Metrics) *telemetry.CallCounter
- func StartRotateAgentSVIDCall(m telemetry.Metrics) *telemetry.CallCounter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCacheManagerExpiredSVIDsSample ¶
AddCacheManagerExpiredSVIDsSample count of expiring SVIDs according to agent cache manager
func IncrRegistrationEntryCreatedCounter ¶
IncrRegistrationEntryCreatedCounter indicate a registration entry is added to agent's cache. Takes registration entry SPIFFE ID
func IncrRegistrationEntryDeletedCounter ¶
IncrRegistrationEntryDeletedCounter indicate a registration entry is deleted in agent's cache. Takes registration entry SPIFFE ID
func IncrRegistrationEntryUpdatedCounter ¶
IncrRegistrationEntryUpdatedCounter indicate a registration entry is updated in agent's cache. Takes registration entry SPIFFE ID
func IncrSDSAPIConnectionCounter ¶
IncrSDSAPIConnectionCounter indicate SDS API connection (some connection is made, running total count)
func SetSDSAPIConnectionTotalGauge ¶
SetSDSAPIConnectionTotalGauge sets the number of active SDS connections
func StartManagerFetchUpdatesCall ¶
func StartManagerFetchUpdatesCall(m telemetry.Metrics) *telemetry.CallCounter
StartManagerFetchUpdatesCall returns metric for when agent's synchronization manager fetching latest SVID information from server
func StartNodeAttestorNewSVIDCall ¶
func StartNodeAttestorNewSVIDCall(m telemetry.Metrics) *telemetry.CallCounter
StartNodeAttestorNewSVIDCall return metric for agent node attestor call to get new SVID for the agent
func StartRotateAgentSVIDCall ¶
func StartRotateAgentSVIDCall(m telemetry.Metrics) *telemetry.CallCounter
StartRotateAgentSVIDCall return metric for Agent's SVID Rotation.
Types ¶
This section is empty.