-
Notifications
You must be signed in to change notification settings - Fork 148
Description
Describe the issue:
For dual-region we need to be able to turn off the exporters (old / new), so we can define them ourselves.
In 8.7 and prior we had the flag global.elasticsearch.disableExporters, which is now deprecated and has no functionality anymore.
In 8.8 I can see the global.exporter.enabled but that affects the old exporters but not the new. Additionally, it has a lot of or conditions that would still lead to them being enabled.
Even in the case of data-migration the old exporters would be disabled and supplied extra from the outside.
So ideally, we have 1 or 2 flags that disable old and / or new exporters.
Related source code:
- https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform-8.8/templates/orchestration/files/_application-unified.yaml#L236
- https://github.com/camunda/camunda-platform-helm/blob/main/charts/camunda-platform-8.8/templates/orchestration/files/_application-unified.yaml#L275
Actual behavior:
It's currently impossible to turn off the new exporter or the old exporter fully.
The application side is already working on a flag that disables the auto-configuration of it but the Helm Chart would currently still define it.
Expected behavior:
Flags that allow for disabling the new and old exporters completely.
How to reproduce:
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
- Platform: Dual-Region
- Helm CLI version: latest
- Chart version: 8.8 snapshot chart
- Values file: