Documentation
¶
Index ¶
Constants ¶
View Source
const ( FlagNameAzureTenantID = "azure.tenant_id" FlagNameAzureClientID = "azure.client_id" FlagNameAzureClientSecret = "azure.client_secret" FlagNameAzureTimeout = "azure.timeout" )
View Source
const ( FlagNameInsightsInstrumentationkey = "azure.insights.instrumentationkey" FlagNameInsightsBatchSize = "azure.insights.batchsize" FlagNameInsightsBatchInterval = "azure.insights.batchinterval" )
View Source
const (
FlagNameAzureCfgEndpoint = "azure.cfg.endpoint"
)
Variables ¶
View Source
var ( FlagAzureTenantID = common.SystemFlagString(FlagNameAzureTenantID, os.Getenv("AZURE_TENANT_ID"), "Azure configuration tenant ID. Omit to use ENV.") FlagAzureClientID = common.SystemFlagString(FlagNameAzureClientID, os.Getenv("AZURE_CLIENT_ID"), "Azure configuration client ID. Omit to use ENV.") FlagAzureClientSecret = common.SystemFlagString(FlagNameAzureClientSecret, os.Getenv("AZURE_CLIENT_SECRET"), "Azure configuration client secret. Omit to use ENV.") FlagAzureTimeout = common.SystemFlagInt(FlagNameAzureTimeout, 30000, "Azure configuration timeout") )
View Source
var ( FlagInsightsInstrumentationkey = common.SystemFlagString(FlagNameInsightsInstrumentationkey, "", "Azure insights instrumentation key") FlagInsightsBatchSize = common.SystemFlagInt(FlagNameInsightsBatchSize, 8192, "Azure insights batch size") FlagInsightsBatchInterval = common.SystemFlagInt(FlagNameInsightsBatchInterval, 2000, "Azure insights batch interval") )
View Source
var (
FlagAzureCfgEndpoint = common.SystemFlagString(FlagNameAzureCfgEndpoint, "", "Azure configuration endpoint")
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.