Skip to content

Commit

Permalink
sapm/signalfxexporter: Add note about access token (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
asuresh4 committed Jan 11, 2021
1 parent 0dfe3e0 commit c2884b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion exporter/sapmexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ Supported pipeline types: traces
The following configuration options are required:

- `access_token` (no default): AccessToken is the authentication token provided by SignalFx or
another backend that supports the SAPM proto.
another backend that supports the SAPM proto. The SignalFx access token can be obtained from the
web app. For details on how to do so please refer the documentation [here](https://docs.signalfx.com/en/latest/admin-guide/tokens.html#access-tokens).
- `endpoint` (no default): This is the destination to where traces will be sent to in SAPM
format. It must be a full URL and include the scheme, port and path e.g,
https://ingest.us0.signalfx.com/v2/trace. This can be pointed to the SignalFx backend or to
Expand Down
3 changes: 2 additions & 1 deletion exporter/signalfxexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Supported pipeline types: logs (events), metrics, traces (trace to metric correl
The following configuration options are required:

- `access_token` (no default): The access token is the authentication token
provided by SignalFx.
provided by SignalFx. The SignalFx access token can be obtained from the
web app. For details on how to do so please refer the documentation [here](https://docs.signalfx.com/en/latest/admin-guide/tokens.html#access-tokens).
- Either `realm` or both `api_url` and `ingest_url`. Both `api_url` and
`ingest_url` take precedence over `realm`.
- `realm` (no default): SignalFx realm where the data will be received.
Expand Down

0 comments on commit c2884b2

Please sign in to comment.