# Functions
NewLMTraceIngest initializes LMTraceIngest.
WithAuthentication is used for passing authentication token if not set in environment variables.
WithEndpoint is used to set Endpoint URL to export traces.
WithGzipCompression can be used to enable/disable gzip compression of Trace payload Note: By default, gzip compression is enabled.
WithHTTPClient is used to set HTTP client.
WithRateLimit is used to limit the Trace request count per minute.
WithTraceBatchingDisabled is used for disabling Trace batching.
WithTraceBatchingInterval is used for passing batch time interval.
# Structs
No description provided by the author
# Type aliases
No description provided by the author