Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavDhulipala committed Aug 22, 2024
1 parent 316fe2b commit 52961b0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,13 @@ $ curl localhost:9092/metrics | grep "# HELP"
### Exporter Env Var Docs

Env vars can be sepcified in a `.env` file, while using the `just`
| Var | Default Value | Purpose |
|---------------|---------------|-----------------------------------------------------------------------------|
| POLL_LIMIT | 10 | # of seconds to wait before polling slurmctl again (client-side throttling) |
| LOGLEVEL | info | Log Level: debug, info, warn, error |
| CLI_TIMEOUT | 10. | # seconds before the exporter terminates command. |
| Var | Default Value | Purpose |
|-----------------|---------------|-----------------------------------------------------------------------------|
| POLL_LIMIT | 10 | # of seconds to wait before polling slurmctl again (client-side throttling) |
| LOGLEVEL | info | Log Level: debug, info, warn, error |
| CLI_TIMEOUT | 10. | # seconds before the exporter terminates command. |
| TRACE_ROOT_PATH | "cwd" | path to ./templates directory where html files are located |


### Future work
Add scheduler info, slurmrestd support, package binary into apt, rpm packages, and docker
slurmrestd support

0 comments on commit 52961b0

Please sign in to comment.