Categorygithub.com/giantswarm/telemetrydeck-go
modulepackage
0.1.0
Repository: https://github.com/giantswarm/telemetrydeck-go.git
Documentation: pkg.go.dev

# README

Go Reference

TelemetryDeck SDK for Go

The development on this project has just started. Please don't expect anything to work until there are a few releases. Also please expect breaking API changes in every release until v1.0.0 is reached.

The Goal of this library is to facilitate sending telemetry data to the TelemetryDeck backend via the Ingest API v2.

# Functions

NewClient instantiates a new client to send data to TelemetryDeck, and also starts a new session.
WithEndpoint allows to specify an alternative API endpoint.
WithHashSalt specifies a hash salt string (recommended).
WithLogger specifies a logger to use for logging errors caught during sending telemetry signals.
WithSessionID specifies a session identifier.
WithTestMode activates test mode.
WithUserID specifies a unique user identifier.

# Variables

No description provided by the author
No description provided by the author

# Structs

Client represents a TelemetryDeck client, configured to represent one distinct user interacting with one distinct application.
No description provided by the author