pelorus icon indicating copy to clipboard operation
pelorus copied to clipboard

Automate the measurement of organizational behavior

Results 119 pelorus issues
Sort by recently updated
recently updated
newest added

### 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,...

pelorus-operator
dependencies

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...

docs

### 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...

kind/feature
needs-triage

### 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...

kind/feature
committime-exporter
needs-triage

### 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...

kind/bug
needs-triage

Pelorus should be deployable to Kubernetes just as easily as it can be deployed to OpenShift. - [ ] Investigate operator setup - [ ] does OLM need to be...

kind/feature
Priority 1
compatibility
Size Large

### 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...

kind/bug
needs-triage

### 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...

kind/bug
good first issue
needs-triage

### 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))...

good first issue
docs

### 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...

docs
ci
ADR