Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit 6203bbd

Browse files
author
Mark Stumpf
authored
Merge pull request #18 from signalfx/multi-realm
update docs for multi-realm awareness
2 parents c08e07f + 85b8ee2 commit 6203bbd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ To install from PyPi
1919

2020
$ pip install signalfx_lambda
2121

22+
Configuring the ingest endpoint
23+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24+
25+
By default, this function wrapper will send to the `us0` realm. If you are
26+
not in this realm you will need to set the `SIGNALFX_INGEST_ENDPOINT` environment
27+
variable to the correct realm ingest endpoint (https://ingest.{REALM}.signalfx.com).
28+
To determine what realm you are in, check your profile page in the SignalFx
29+
web application (click the avatar in the upper right and click My Profile).
30+
31+
2232
Environment Variables
2333
~~~~~~~~~~~~~~~~~~~~~
2434

0 commit comments

Comments
 (0)