Documentation
¶
Index ¶
- func InitMetrics() error
- func RecordActorHeartbeat(appID, actorType, host, namespace, pod string, heartbeatTime time.Time)
- func RecordActorRuntimesCount(count int, ns string)
- func RecordPlacementLeaderStatus(isLeader bool)
- func RecordRaftPlacementLeaderStatus(isLeader bool)
- func RecordRuntimesCount(count int, ns string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RecordActorHeartbeat ¶ added in v1.12.0
RecordActorHeartbeat records the actor heartbeat, in seconds since epoch, with actor type, host and pod name.
func RecordActorRuntimesCount ¶ added in v1.0.0
RecordActorRuntimesCount records the number of actor-hosting runtimes.
func RecordPlacementLeaderStatus ¶ added in v1.15.0
func RecordPlacementLeaderStatus(isLeader bool)
RecordPlacementLeaderStatus records the leader status of the placement server.
func RecordRaftPlacementLeaderStatus ¶ added in v1.15.0
func RecordRaftPlacementLeaderStatus(isLeader bool)
RecordRaftPlacementLeaderStatus records the leader status of the raft server.
func RecordRuntimesCount ¶ added in v1.0.0
RecordRuntimesCount records the number of connected runtimes.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.