Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ set as environment variables.
| | `AWS_DEFAULT_REGION` | AWS S3 Default Region | _empty string_ |
| | `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"` |
| Metrics | `OPENTSDB_HOSTNAME` | OpenTSDB Host to send metrics to | _empty string_ |
| | `OPENTSDB_PYTHON_METRICS_TEST_MODE` | Set to any value to turn off metrics collection | `False` |
| | `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` |
| | `INGESTER_PROCESS_NAME` | A tag set with the collected metrics to identify where the metrics are coming from | `ingester` |
| | `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` |

Expand Down
Loading