We will add support for logs. Every logs should be captured and send over to our OpenTelemetry receiver.
We will also capture traces. Every execution of a runtime function and a trigger of a flow type is a specific trace captured with the respected id's
Error logs are also captured over exceptions by sending over the Error object.
We will add metrics for cpu percent usage, memory usage in MB
We will add support for logs. Every logs should be captured and send over to our OpenTelemetry receiver.
We will also capture traces. Every execution of a runtime function and a trigger of a flow type is a specific trace captured with the respected id's
Error logs are also captured over exceptions by sending over the Error object.
We will add metrics for cpu percent usage, memory usage in MB