aks-builds/har-to-slo
Derive k6 SLO thresholds from a HAR file and optionally post them as a PR comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 20, 2026
- License
- MIT
Pinned Snippet
uses: aks-builds/har-to-slo@7993aa51d74f4ca272236b54d8c81c033868d995 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| har-path | Path to the HAR file | yes | — |
| multiplier | Threshold multiplier applied to p95 (default 1.5) | no | 1.5 |
| post-pr-comment | Post threshold recommendations as a PR comment | no | false |
Outputs
| name | description |
|---|---|
| thresholds-json | JSON representation of computed thresholds |