constants

package
v0.0.0-...-56df1c5 Latest Latest
Warning

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

Go to latest
Published: May 24, 2018 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DriverName = "appinsights"

	// Application Insights Configuration Keys
	EndpointKey             = "endpoint"
	TokenKey                = "token"
	InsecureSkipVerifyKey   = "insecure-skip-verify"
	GzipCompressionKey      = "gzip"
	GzipCompressionLevelKey = "gzip-level"
	VerifyConnectionKey     = "verify-connection"
	BatchSizeKey            = "batch-size"
	BatchIntervalKey        = "batch-interval"

	// Application Insights String Configuration
	Endpoint                = "https://dc.services.visualstudio.com/v2/track"
	Token                   = ""
	VerifyConnectionStr     = "true"
	InsecureSkipVerifyStr   = "false"
	GzipCompressionStr      = "false"
	GzipCompressionLevelStr = "0"
	BatchSizeStr            = "1024"
	BatchIntervalStr        = "5s"

	// Application Insights Configuration
	VerifyConnection     = true
	InsecureSkipVerify   = false
	GzipCompression      = false
	GzipCompressionLevel = 0
	BatchSize            = 1024
	BatchInterval        = 5 * time.Second

	BufferMaximum     = 10 * BatchSize
	StreamChannelSize = 4 * BatchSize
	SendTimeout       = 30 * time.Second
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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