You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are sent. If `realm` is set, this option is derived and will be
36
-
`https://api.{realm}.signalfx.com`. If a value is explicitly set, the
36
+
`https://api.{realm}.observability.splunkcloud.com`. If a value is explicitly set, the
37
37
value of `realm` will not be used in determining `api_url`. The explicit
38
38
value will be used instead.
39
39
-`ingest_url` (no default): Destination where SignalFx metrics are sent. If
40
40
`realm` is set, this option is derived and will be
41
-
`https://ingest.{realm}.signalfx.com`. If a value is
41
+
`https://ingest.{realm}.observability.splunkcloud.com`. If a value is
42
42
explicitly set, the value of `realm` will not be used in determining
43
43
`ingest_url`. The explicit value will be used instead. The exporter will
44
44
automatically append the appropriate path: "/v2/datapoint" for metrics,
@@ -168,11 +168,11 @@ One of `realm` and `api_url` are required.
168
168
- `access_token` (required, no default): The access token is the authentication token
169
169
provided by SignalFx.
170
170
- `realm` (no default): SignalFx realm where the data will be received.
171
-
- `api_url` (default = `https://api.{realm}.signalfx.com/`): Destination to which correlation updates
171
+
- `api_url` (default = `https://api.{realm}.observability.splunkcloud.com/`): Destination to which correlation updates
172
172
are sent. If a value is explicitly set, the value of `realm` will not be used in determining `api_url`.
173
173
The explicit value will be used instead.
174
174
- `correlation`Contains options controlling the syncing of service and environment properties onto dimensions.
175
-
- `endpoint` (required, default = `api_url` or `https://api.{realm}.signalfx.com/`): This is the base URL for API requests (e.g. `https://api.us0.signalfx.com`).
175
+
- `endpoint` (required, default = `api_url` or `https://api.{realm}.observability.splunkcloud.com/`): This is the base URL for API requests (e.g. `https://api.us0.observability.splunkcloud.com`).
176
176
- `timeout` (default = 5s): Is the timeout for every attempt to send data to the backend.
177
177
- `stale_service_timeout` (default = 5 minutes): How long to wait after a span's service name is last seen before uncorrelating it.
178
178
- `max_requests` (default = 20): Max HTTP requests to be made in parallel.
0 commit comments