Mike Dame
Mike Dame
Allow configuring the MAX_MESSAGE_SIZE from https://github.com/odigos-io/odigos-enterprise/pull/1817 through the central backend Helm chart values
We often ask users to send us the pod logs to debug system components such as odiglet, instrumentor, scheduler, etc. However, users without direct cluster access can't always get us...
## Description This adds support for a `Filters` field in the Actions CRD that configures the otel [filterprocessor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor) with the matching Attributes or ResourceAttributes This can currently be done via...
## Description Currently the `size_*` profiles can be used to [configure the pipeline](https://github.com/odigos-io/odigos/blob/a990aea3eb7abb3ed75c4b108fe43b3177750e3f/docs/pipeline/configuration.mdx#1-using-profiles). This updates them to also configure the instrumentor, autoscaler, scheduler, and UI and adds a new `xsmall`...
## Description This adds the `centralBackendURL` and `clusterName` options to the operator CRD, allowing setup for the central proxy ## How Has This Been Tested? - [ ] Added Unit...
## Description ## How Has This Been Tested? - [ ] Added Unit Tests - [ ] Updated e2e Tests - [ ] Manual Testing - [ ] Manual Load...
## Description Add the following labels to the Operator's base CSV to define a default namespace and supported architectures: ``` operatorframework.io/suggested-namespace: "odigos-operator-system" operatorframework.io/os.linux: supported operatorframework.io/arch.amd64: supported operatorframework.io/arch.arm64: supported ``` See:...