ES | EN
Table of Contents |
---|
General Info
...
The full functionality is described in this entry: Versionado de elementos sobre Git
Trazabilidad de Procesos de Negocio: esta feature nos permite monitorizar la ejecución de procesos, lo cual es muy útil si tenemos procesos que se ejecutan periódicamente y queremos saber el estado de estos proceso (saber si se han realizado correctamente las operaciones o si ha habido algún problema en alguna de las ejecuciones). En esta primera versión se han tenido en cuenta operaciones con Entidades (Inserts, updates, deletes…) desde distintas fuentes (IoTBroker, Dataflow…).
...
Control Panel Dashboards UI Update: Continuing with the redesign of the Control Panel UI, the UI for dashboard creation has been improved, including a new user-friendly interface, which allows us to add or create gadgets in the dashboards in a simpler way, simply by dragging the desired element and dropping it on the dashboard canvas.
...
More info: Actualización UI Dashboards Control Panel
Design of forms in Gadgets Templates: the way of creating forms for gadget templates has been redefined and decoupled from the code (maintaining compatibility) and its definition can be recovered from the gadget template itself, which allows generating forms in other technologies or with other libraries externally.
...
Details of the functionality can be found in this entry:Diseño de Formularios en Gadget Templates
Other improvements and bug fixes in Dashboards: this release includes improvements in dashboard functionality such as:
Improvements in dashboard management APIs
Events throughout the gadget lifecycle
API to generate dashboard images
Image association to a gadget and to a dashboard
Full-screen editing of Mac gadgets
…
...
Advanced monitoring of Platform components: both Rancher and OpenShift allow you to monitor deployments using Prometheus and Grafana. In this version, the deployment of metrics generated by all Onesait Platform modules with this monitoring system has been completed, so that from the same monitoring tool you can consult metrics not only at the Kubernetes level, but also at the level of each module, for example, RAM memory status of each process, or more detailed metrics such as, for example, records processed by each Dataflow, status of Kafka consumers, number of operations in the different databases, etc.
In this entry Monitorización avanzada en Onesait Platform describes how to enable this monitoring.
Backups of Platform ConfigDB on MinIO: this system once enabled periodically launches a backup of the ConfigDB databases and stores it as a zip file in MinIO, this way I will always be able to recover a version of the platform elements:
...
More info: Backups de ConfigDB de Plataforma en MinIO
Postgresql certification as ConfigDB: PostgreSQL has been certified as ConfigDB, to give even more flexibility to platform customers to choose whether to use MariaDB or PostgreSQL as their configuration database, this allows to optimize infrastructure costs when they already use one of these databases in their repositories. More info: /wiki/spaces/ruta/pages/3439296513
Update to Rancher 2.6 and Kubernetes 1.21 on container.d: With the growing use and popularization of containerization technologies, alternatives to Docker have been emerging, even reference orchestrators, such as Kubernetes or Openshift, have implemented their own Docker-agnostic container execution runtime. This is the case of Kubernetes, which from versions higher than 1.20 has deprecated Docker as runtime allowing to choose between CRI-O or container.d, both compatible with Docker containers. Both CRI-O and container.d are implementations of CRI (Container Runtime Interface) this last runtime is also used by Docker, so compatibility is total.
That is why other tools that make use of Kubernetes have wanted to mark a milestone in the way coinciding with this change. For example, Rancher and RKE (Rancher's Kubernetes runtime) have given a facelift to Rancher version 2.6 and a "complete overhaul" to RKE2, making both easier and more intuitive to install and use.
New Channel for Ticket Management: in December 2021 the migration of the platform ticketing system to the JIRA Service Desk was completed, this migration allows us to have greater control over the platform SLAs and to have a complete traceability of the platform issues and products integrated with JIRA.
...