Documentation ¶
Overview ¶
Package region describes the operational regions defined for New Relic
Regions are geographical locations where the New Relic platform operates and this package provides an abstraction layer for handling them within the New Relic Client and underlying APIs
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultBaseURLs = map[Region]string{ US: "https://api.newrelic.com/v2", EU: "https://api.eu.newrelic.com/v2", Staging: "https://staging-api.newrelic.com/v2", }
DefaultBaseURLs represents the base API URLs for the different environments of the New Relic REST API V2.
View Source
var NerdGraphBaseURLs = map[Region]string{ US: "https://api.newrelic.com/graphql", EU: "https://api.eu.newrelic.com/graphql", Staging: "https://staging-api.newrelic.com/graphql", }
NerdGraphBaseURLs describes the base URLs for the NerdGraph API.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.