analytics

package
v1.11.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 4, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ApplicationStats = "Application stats"

	VersionProperty      = "version"
	AccountsProperty     = "accounts"
	TransactionsProperty = "transactions"
	LedgersProperty      = "ledgers"
	OSProperty           = "os"
	ArchProperty         = "arch"
	TimeZoneProperty     = "tz"
	CPUCountProperty     = "cpuCount"
	TotalMemoryProperty  = "totalMemory"
)

Variables

This section is empty.

Functions

func NewHeartbeatModule

func NewHeartbeatModule(version, writeKey string, interval time.Duration) fx.Option

Types

type AppIdProvider added in v1.7.4

type AppIdProvider interface {
	AppID(ctx context.Context) (string, error)
}

func FromStorageAppIdProvider added in v1.7.4

func FromStorageAppIdProvider(driver storage.Driver[ledger.Store]) AppIdProvider

type AppIdProviderFn added in v1.7.4

type AppIdProviderFn func(ctx context.Context) (string, error)

func (AppIdProviderFn) AppID added in v1.7.4

func (fn AppIdProviderFn) AppID(ctx context.Context) (string, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL