Documentation ¶
Index ¶
Constants ¶
View Source
const ( DASHBOARD_API_URL = "https://api.signalfx.com/v2/dashboard" DASHBOARD_URL = "https://app.signalfx.com/#/dashboard/<id>" )
View Source
const ( DETECTOR_API_URL = "https://api.signalfx.com/v2/detector" DETECTOR_URL = "https://app.signalfx.com/#/detector/v2/<id>/edit" )
View Source
const ( // Workaround for Signalfx bug related to post processing and lastUpdatedTime OFFSET = 10000.0 CHART_API_URL = "https://api.signalfx.com/v2/chart" CHART_URL = "https://app.signalfx.com/#/chart/<id>" )
View Source
const DASHBOARD_GROUP_API_URL = "https://api.signalfx.com/v2/dashboardgroup"
Variables ¶
View Source
var ChartColors = map[string]string{
"gray": "#999999",
"blue": "#0077c2",
"navy": "#6CA2B7",
"orange": "#b04600",
"yellow": "#e5b312",
"magenta": "#bd468d",
"purple": "#e9008a",
"violet": "#876ffe",
"lilac": "#a747ff",
"green": "#05ce00",
"aquamarine": "#0dba8f",
}
View Source
var HomeConfigPath = ""
View Source
var HomeConfigSuffix = "/.signalfx.conf"
View Source
var PaletteColors = map[string]int{
"gray": 0,
"blue": 1,
"azure": 2,
"navy": 3,
"brown": 4,
"orange": 5,
"yellow": 6,
"magenta": 7,
"purple": 8,
"pink": 9,
"violet": 10,
"lilac": 11,
"iris": 12,
"emerald": 13,
"green": 14,
"aquamarine": 15,
}
View Source
var SystemConfigPath = "/etc/signalfx.conf"
Functions ¶
func Provider ¶
func Provider() terraform.ResourceProvider
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.