You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changes by Kind
Uncategorized
Actions that use config extensions (such as PII masking and SQL query actions) are now applied via the collector config extension path, with clearer Action status conditions for pipeline readiness. (#5387, @blumamir)
Add 2 new actions for db: db query templatization and infer db attributes (#5327, @blumamir)
Add 2 new actions to control db query processing behavior (#5308, @blumamir)
Add DbQueryTemplatization option removePostgresCastOperator to strip PostgreSQL ::type casts from query text. (#5374, @blumamir)
Add PHP support for Custom Instrumentation rules (class/function probes via ODIGOS_AGENT_CUSTOM_INSTRUMENTATIONS). (#5264, @BenElferink)
Add a memory_limiter to the node-collector profiles pipeline so profiling memory is bounded like every other pipeline. (#5304, @shivanshuraj1333)
Add category and subtitle metadata to the action catalog for the redesigned Add Action picker. (#5391, @alonkeyval)
Add more categories to PII Masking action (#5276, @blumamir)
Add option to set scopes on pii masking action (which services participate in each pii masking action) (#5341, @blumamir)
Add processor to handle sql texts in spans - enhancements and obfuscate (#5305, @blumamir)
Added health probes for central-proxy, central-ui, Redis, and a Keycloak startup probe. (#5397, @BenElferink)
Detect other instrumentation agents (Datadog, New Relic, Dynatrace, OpenTelemetry, ...) already running in a process and skip instrumenting it unless allowConcurrentAgents is enabled. (#5234, @shivanshuraj1333)
Docs: fix VM Agent Central config examples to use central: instead of tower: (#5352, @BenElferink)
Document the DB Query Templatization and Infer DB Attributes attribute actions. (#5389, @blumamir)
Feat: disabled sources should show-up in overview (#5401, @BenElferink)
Feat: support service.name and resource attributes for OBI traces and network metrics. (#5411, @octo-sts[bot])
Fix Ruby language detection for versioned interpreter binaries and proctitle-renamed servers. (#5303, @shivanshuraj1333)
Fix odigos-gateway crash-looping on startup when a profiles destination is configured, by adding profiles signal support to the odigostrafficmetrics processor. (#5358, @shivanshuraj1333)
Fix(collector): support Istio otel tracer on data collection local traffic service (#5390, @damemi)
Fix(destinations): Observe destination add target-package header and support full endpoint url (#5356, @damemi)
Fix(diagnose): collect workloads under namespace sources (#5363, @damemi)
Fix(helm): raise central-proxy default memory for large clusters (#5274, @BenElferink)
Fix(prometheusremotewrite): support Mimir /api/v1/push path (#5259, @damemi)
Fix: block CRUD on Instrumentation Rules for OSS installations (#5372, @BenElferink)
Fix: redact all Cassandra UUID literals in comma-separated CQL IN lists during query templatization (#5402, @blumamir)
Fixed DeploymentConfig workloads missing from Central source lists on OpenShift clusters. (#5331, @alonkeyval)
Handle uuids in cassandra query text for db query templatization (#5353, @blumamir)
Improve text in UI for showing rollout status and if all pods are applied with an agent or not (#5270, @blumamir)
Odigossymbolizeprocessor: cap the transient ELF symbol-table decode. (#5302, @shivanshuraj1333)
PII Masking actions can now be configured with custom format maskings (JSON, SQL, resource path) and custom regex maskings from the UI. (#5388, @blumamir)
Pii masking action - support masking by custom regex and for specific formats (json, sql, resource path) (#5334, @blumamir)
Process cassandra as sql for infer db attributes and db query templatization (#5347, @blumamir)
Show collector data throughput in the collector pipelines page (#5335, @natyharary)
Show data collectors (node, clusters) data throughput when activating MetricsStore (VictoriaMetrics) in the collectors pipeline page (#5329, @natyharary)
Source drawer shows merged pods-manifest-injection rollout status and Rollout actions from backend actionItems (ui-kit 0.0.266). (#5255, @alonkeyval)
Support applying AddClusterInfo, RenameAttribute, and DeleteAttribute actions to the profiles signal. (#5028, @shivanshuraj1333)
Wire GCP and Azure connector images in odigos-central Helm chart (#5413, @BenElferink)