Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 fix prometheus metric labels (#27)
This fixes a miss where I had seen usages of `.labels` `**`a dictionary into kwargs, and I accidentally passed a raw dictionary as a value instead of using keyword arguments 🤦. This caused metrics to show eg. `method="{'method':'prefill'}"` instead of `method=prefill` Signed-off-by: Joe Runde <[email protected]>
- Loading branch information