Documentation ¶
Index ¶
- func ActivityStateToCompactActivitySnapshot(server *state.Server, activityState state.TransientActivityState) (snapshot.CompactActivitySnapshot, snapshot.CompactSnapshot_BaseRefs)
- func LogStateToLogSnapshot(server *state.Server, logState state.TransientLogState) (snapshot.CompactLogSnapshot, snapshot.CompactSnapshot_BaseRefs)
- func StateToSnapshot(newState state.PersistedState, diffState state.DiffState, ...) snapshot.FullSnapshot
- func SystemStateToCompactSystemSnapshot(systemState state.SystemState) snapshot.CompactSystemSnapshot
- type OidToIdx
- type QueryIDKeyToIdx
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActivityStateToCompactActivitySnapshot ¶
func ActivityStateToCompactActivitySnapshot(server *state.Server, activityState state.TransientActivityState) (snapshot.CompactActivitySnapshot, snapshot.CompactSnapshot_BaseRefs)
func LogStateToLogSnapshot ¶
func LogStateToLogSnapshot(server *state.Server, logState state.TransientLogState) (snapshot.CompactLogSnapshot, snapshot.CompactSnapshot_BaseRefs)
func StateToSnapshot ¶
func StateToSnapshot(newState state.PersistedState, diffState state.DiffState, transientState state.TransientState) snapshot.FullSnapshot
func SystemStateToCompactSystemSnapshot ¶
func SystemStateToCompactSystemSnapshot(systemState state.SystemState) snapshot.CompactSystemSnapshot
Types ¶
type QueryIDKeyToIdx ¶ added in v0.62.0
type QueryIDKeyToIdx map[queryIDKey]int32
Source Files ¶
- activity.go
- collector_config.go
- collector_platform.go
- collector_stats.go
- logs.go
- merge_partition_sizes.go
- postgres.go
- postgres_backend_counts.go
- postgres_backends.go
- postgres_buffer_cache.go
- postgres_functions.go
- postgres_plans.go
- postgres_relations.go
- postgres_replication.go
- postgres_statements.go
- postgres_types.go
- system.go
- transform.go
- util.go
Click to show internal directories.
Click to hide internal directories.