Documentation
¶
Index ¶
- Constants
- func GetAccountId() (int64, error)
- func GetApiToken() (string, error)
- func GetAwsAccessKey() (string, error)
- func GetAwsIamCredentials() (string, error)
- func GetAwsSecretKey() (string, error)
- func GetAzureAccountName() (string, error)
- func GetAzureClientId() (string, error)
- func GetAzureClientSecret() (string, error)
- func GetAzureContainerName() (string, error)
- func GetAzureTenantId() (string, error)
- func GetCreateOrUpdateArchiveLogs(storageType string) (archive_logs.CreateOrUpdateArchiving, error)
- func GetLogzIoBaseUrl() string
- func GetLogzioEmail() (string, error)
- func GetMetricsFolderId() (string, error)
- func GetS3IamCredentials() (*archive_logs.S3IamCredentials, error)
- func GetS3Path() (string, error)
- func TestDoneTimeBuffer()
Constants ¶
View Source
const ( EnvLogzioBaseUrl = "LOGZIO_BASE_URL" EnvLogzioApiToken string = "LOGZIO_API_TOKEN" EnvLogzioAccountId string = "LOGZIO_ACCOUNT_ID" LogzioBaseUrl string = "https://api.logz.io" EnvLogzioEmail string = "LOGZIO_EMAIL" EnvS3Path string = "S3_PATH" EnvAwsAccessKey string = "AWS_ACCESS_KEY" EnvAwsSecretKey string = "AWS_SECRET_KEY" EnvAwsArn string = "AWS_ARN" EnvAzureTenantId string = "AZURE_TENANT_ID" EnvAzureClientId string = "AZURE_CLIENT_ID" EnvAzureClientSecret string = "AZURE_CLIENT_SECRET" EnvAzureAccountName string = "AZURE_ACCOUNT_NAME" EnvAzureContainerName string = "AZURE_CONTAINER_NAME" EnvMetricsFolderId string = "METRICS_FOLDER_ID" TestTimeSeparator = time.Millisecond * 500 )
Variables ¶
This section is empty.
Functions ¶
func GetAccountId ¶
func GetApiToken ¶
func GetAwsAccessKey ¶ added in v1.9.0
func GetAwsIamCredentials ¶ added in v1.9.0
func GetAwsSecretKey ¶ added in v1.9.0
func GetAzureAccountName ¶ added in v1.9.0
func GetAzureClientId ¶ added in v1.9.0
func GetAzureClientSecret ¶ added in v1.9.0
func GetAzureContainerName ¶ added in v1.9.0
func GetAzureTenantId ¶ added in v1.9.0
func GetCreateOrUpdateArchiveLogs ¶ added in v1.9.0
func GetCreateOrUpdateArchiveLogs(storageType string) (archive_logs.CreateOrUpdateArchiving, error)
func GetLogzIoBaseUrl ¶
func GetLogzIoBaseUrl() string
func GetLogzioEmail ¶ added in v1.5.2
func GetMetricsFolderId ¶ added in v1.16.0
func GetS3IamCredentials ¶ added in v1.9.0
func GetS3IamCredentials() (*archive_logs.S3IamCredentials, error)
func TestDoneTimeBuffer ¶ added in v1.12.0
func TestDoneTimeBuffer()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.