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 ChartColorsSlice = []chartColor{
{"gray", "#999999"},
{"blue", "#0077c2"},
{"light_blue", "#00b9ff"},
{"navy", "#6CA2B7"},
{"dark_orange", "#b04600"},
{"orange", "#f47e00"},
{"dark_yellow", "#e5b312"},
{"magenta", "#bd468d"},
{"cerise", "#e9008a"},
{"pink", "#ff8dd1"},
{"violet", "#876ff3"},
{"purple", "#a747ff"},
{"gray_blue", "#ab99bc"},
{"dark_green", "#007c1d"},
{"green", "#05ce00"},
{"aquamarine", "#0dba8f"},
{"red", "#ea1849"},
{"yellow", "#ea1849"},
{"vivid_yellow", "#ea1849"},
{"light_green", "#acef7f"},
{"lime_green", "#6bd37e"},
}
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.