pelorus
pelorus copied to clipboard
Automate the measurement of organizational behavior
### Fix Currently we have **no** check for the version of Operator SDK that creates Pelorus operator. We should **not** allow older versions of it to be used. Example: Today,...
Although we have developer docs for various workflows and environment setup, we should have documentation about the internal architecture, our utilities and patterns, etc. - [ ] Documenting existing code...
### Feature description Add in the descriptions of Pelorus (git repo, operator, etc) a link to our new public Slack channel (External Red Hat: `dora-metrics-pelorus`). ### How this will help...
### Feature description [commit time exporter] Feature request is to add authentication against image registry for the container image type of exporter. With #1030 we allow to run skopeo against...
### OpenShift version Not related to OpenShift ### Problem description We had this problem with Python dependencies, now it happened with the tools that we install with `make dev-env` (and...
Pelorus should be deployable to Kubernetes just as easily as it can be deployed to OpenShift. - [ ] Investigate operator setup - [ ] does OLM need to be...
### OpenShift version Not related to OpenShift ### Problem description Untracked commit is showing wrong number ### Steps to reproduce 1. Create commit and deployment ### Current behavior Untracked commits...
### OpenShift version Not related to OpenShift ### Problem description In https://github.com/dora-metrics/pelorus/blob/master/exporters/committime/app.py#L187 the logic is wrong, it should be `if not (self.username or self.token):`. In https://github.com/dora-metrics/pelorus/blob/master/exporters/committime/app.py#L191 the logic is correct...
### Fix Document priority/precedence about using Secret, ConfigMap and ExtraEnv in Pelorus exporter configuration. ### Requirements - [ ] Documentation updated with priority/precedence information about using Secret ([env_from_secrets](https://pelorus.readthedocs.io/en/latest/GettingStarted/configuration/PelorusExporters/#env_from_secrets)), ConfigMaps ([env_from_configmaps](https://pelorus.readthedocs.io/en/latest/GettingStarted/configuration/PelorusExporters/#env_from_configmaps))...
### Discussion End to end (E2E) tests run tests against exporters `/metrics` endpoint in OpenShift today. We want to run them with more cases, like against Grafana. - What the...