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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ set as environment variables.
49
49
||`AWS_DEFAULT_REGION`| AWS S3 Default Region |_empty string_|
50
50
||`S3_ENDPOINT_URL`| Endpoint url for connecting to s3. This can be modified to connect to a local instance of s3. |`"http://s3.us-west-2.amazonaws.com"`|
51
51
| Metrics |`OPENTSDB_HOSTNAME`| OpenTSDB Host to send metrics to |_empty string_|
52
-
||`OPENTSDB_PYTHON_METRICS_TEST_MODE`|Set to any value to turn off metrics collection|`False`|
52
+
||`OPENTSDB_PYTHON_METRICS_TEST_MODE`|Test mode turns off metrics collection. `True` or `1` to turn on test mode; `False` or `0` or unset to keep test mode off.|`False`|
53
53
||`INGESTER_PROCESS_NAME`| A tag set with the collected metrics to identify where the metrics are coming from |`ingester`|
54
54
||`SUBMIT_METRICS_ASYNCHRONOUSLY`| Optionally submit metrics asynchronously. This option does not apply when the command line entrypoint is used, in which case metrics are always submitted synchronously. Note that some metrics may be lost when submitted asynchronously. |`False`|
0 commit comments