type Endpoint struct {
APIKey string Endpoint *url.URL// The path of the config used to get the API key. This path is used to listen for configuration updates from// the config.
ConfigSettingPath string
}
Endpoint is a single endpoint where process data will be submitted.