livepeer / livepeer/docker-livepeer
monitoring: issue starting loki
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 2
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
```
/config-generator/src/supervisord.js:17
obj['program:loki'].command = `/usr/bin/loki --config.file=/etc/loki/loki.yaml`
^
TypeError: Cannot set properties of undefined (setting 'command')
at Object.generate (/config-generator/src/supervisord.js:17:33)
at generate (/config-generator/src/generate.js:143:41)
at Object. (/config-generator/src/generate.js:160:1)
at Module._compile (node:internal/modules/cjs/loader:1097:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1149:10)
at Module.load (node:internal/modules/cjs/loader:975:32)
at Function.Module._load (node:internal/modules/cjs/loader:822:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:17:47
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in config-generator/src/supervisord.js at line 17 and follow the call from config-generator/src/generate.js:143. Run the generator using the failing Loki configuration, inspect the generated supervisor object, and confirm it completes without the TypeError while producing the Loki program entry.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js
- Domain
- devops, observability
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 50/100