Skip to content

Commit ecc98a7

Browse files
authored
Merge pull request #50 from observatorycontrolsystem/Update-documentation-for-env-OPENTSDB_PYTHON_METRICS_TEST_MODE
Update OPENTSDB_PYTHON_METRICS_TEST_MODE description
2 parents afe3749 + 4390cf9 commit ecc98a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ set as environment variables.
4949
| | `AWS_DEFAULT_REGION` | AWS S3 Default Region | _empty string_ |
5050
| | `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"` |
5151
| 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` |
5353
| | `INGESTER_PROCESS_NAME` | A tag set with the collected metrics to identify where the metrics are coming from | `ingester` |
5454
| | `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` |
5555

0 commit comments

Comments
 (0)