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
{{ message }}
This repository was archived by the owner on Jan 3, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.rst
+23-24Lines changed: 23 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -15,26 +15,26 @@ Installation
15
15
16
16
To install from PyPi
17
17
18
-
::
18
+
.. code::
19
19
20
-
$ pip install signalfx_lambda
20
+
pip install signalfx_lambda
21
21
22
22
Configuring the ingest endpoint
23
23
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
24
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).
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
28
To determine what realm you are in, check your profile page in the SignalFx
29
29
web application (click the avatar in the upper right and click My Profile).
30
30
31
31
32
32
Environment Variables
33
33
~~~~~~~~~~~~~~~~~~~~~
34
34
35
-
**Note: the environment variables SIGNALFX_INGEST_ENDPOINT and SIGNALFX_AUTH_TOKEN are being deprecated and will not be supported in future releases.**
35
+
**Note: the environment variables ``SIGNALFX_INGEST_ENDPOINT`` and ``SIGNALFX_AUTH_TOKEN`` are being deprecated and will not be supported in future releases.**
0 commit comments