What's new in chart-v0.9.9
This chart release carries no template change, it advances appVersion to the current daemon release 0.9.9, a bugfix release that re-joins the split Doctrine and PDO query spans so slow_sql fires for PHP Symfony fleets where it never could before. The chart version and appVersion stay in lockstep at 0.9.9.
Changed
appVersionadvanced from0.9.8to0.9.9, and theartifacthub.io/imagestag follows toghcr.io/robintra/perf-sentinel:0.9.9. The 0.9.9 binary re-joins the query spans that the PHP Symfony, Doctrine, and PDO contrib packages split across a ~0 ms statement span and a statement-less duration span, soslow_sqlfires on those queries and the spuriousredundant_sqlfrom the duplicated statement spans is gone. Single-layer emitters are unaffected. See the v0.9.9 release.
Behavior
- The rendered manifest set is unchanged apart from the image tag. No template, default value, alert rule, or configuration key changes in this chart release.
- The appVersion bump rolls the pod to the 0.9.9 image. A fleet whose applications are instrumented with the PHP Symfony, Doctrine, and PDO contrib packages and send OTLP to the daemon now produces
slow_sqlfindings on those queries where it produced none, and the falseredundant_sqlfrom their duplicated statement spans disappears. Fleets on any other instrumentation produce identical output. - No breaking change. Unlike the 0.9.8 upgrade, acknowledgment signatures do not reset. The
perf_sentinel_otlp_spans_filtered_totalmetric gains one bounded label value,merged_db_span, which is additive. No/api/*route, OTLP wire shape, or configuration key changes, and no daemon knob changes its default.
Install
The chart is published as an OCI artifact on GHCR, install it directly with no helm repo add step:
helm install perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.9Upgrade an existing release:
helm upgrade perf-sentinel oci://ghcr.io/robintra/charts/perf-sentinel --version 0.9.9Full Changelog: chart-v0.9.8...chart-v0.9.9