UNCLASSIFIED - NO CUI

Update Administrator Guide authored by abhayashrestha's avatar abhayashrestha
...@@ -28,7 +28,7 @@ Every collector needs the following environmental variables for setup: ...@@ -28,7 +28,7 @@ Every collector needs the following environmental variables for setup:
- `LOOK_BACK_DAYS` which represents how old of a dataset (measured in days) do we want the collectors to collect data from (for example issues that were update 365 days ago) - `LOOK_BACK_DAYS` which represents how old of a dataset (measured in days) do we want the collectors to collect data from (for example issues that were update 365 days ago)
- `GO_RUN_ENV` which represents the environment type (can be "production" or "development" only). - `GO_RUN_ENV` which represents the environment type (can be "production" or "development" only).
- `COLLECTOR_TARGETS_INTRVL_SECS` which represents the amount of time that the top level collection (collector target collection) must wait before collecting again. Ideally 24 hours. - `COLLECTOR_TARGETS_INTRVL_SECS` which represents the amount of time that the top level collection (collector target collection) must wait before collecting again. Ideally 24 hours.
- `MAX_REQUESTS_PER_MINUTE` which represents the threshold for the amount of requests that can be sent to `TARGET_URL` in a minute before the collector needs to stop sending requests for a brief period of time. - `MAX_REQUESTS_PER_MINUTE` which represents the threshold for the amount of requests that can be sent to `TARGET_URL` in a minute before the collector instance needs to stop sending requests for a brief period of time.
## Environmental Variables needed for the API ## Environmental Variables needed for the API
... ...
......