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
* feat(telemetry): integrate OpenTelemetry for metrics collection and monitoring
- Added OpenTelemetry configuration and support in main application.
- Introduced telemetry metrics setup with flags for enabling/disabling telemetry and configuring export intervals.
- Created Grafana dashboard JSON for visualizing metrics related to the composition dynamic controller.
- Added OpenTelemetry Collector configuration files for metrics scraping and exporting to Prometheus.
- Included metrics reference documentation detailing available metrics and their usage.
- Implemented telemetry in the composition handler for enhanced observability.
* fix: update query for deployment resource in dashboard to reflect in-flight reconciliations
* feat: new cdc specific metrics (rbac generation and helm related) and code fixing/alignment
* chore: update dependencies for plumbing and spdystream; add OpenTelemetry packages
* fix: remove local replacement for unstructured-runtime and update go.sum
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -282,3 +282,6 @@ These enviroment varibles can be changed in the Deployment of the composition-dy
282
282
| COMPOSITION_CONTROLLER_MAX_ERROR_RETRIES | The maximum number of retries when an error occurs. Set to 0 to disable retries. | 5 |
283
283
| COMPOSITION_CONTROLLER_METRICS_SERVER_PORT | The port where the metrics server will be listening. If not set, the metrics server is disabled. ||
284
284
| COMPOSITION_CONTROLLER_SAFE_RELEASE_NAME | If disabled the randmom suffix is not appended in the Helm release name. This can be useful for avoid having problems with complex helm charts. The use of this option is highly discouraged, as it can lead to release name collisions. | true |
0 commit comments