palantir / k8s-spark-scheduler

A Kubernetes Scheduler Extender to provide gang scheduling support for Spark on Kubernetes
Apache License 2.0
175 stars 43 forks source link

Rename metric from .p50 to .median as we (internally) denylist .p50 suffixes #260

Closed Alexis-D closed 1 year ago

Alexis-D commented 1 year ago

Before this PR

.p50 metric is filtered out and does not make it to our observability tooling, renaming it to .median instead

The commit is basically taken straight from #257 while we figure out the overflow issue on its own.

After this PR

==COMMIT_MSG== Rename time to first bind metric from p50 to median ==COMMIT_MSG==

svc-autorelease commented 1 year ago

Released 0.61.0