-
Notifications
You must be signed in to change notification settings - Fork 378
Telemetry should be splitted #154
Comments
Are you sure it is sloggers? I don't see that feature... https://docs.rs/sloggers/1.0.1/sloggers/ |
Can you elaborate on how the telemetry splitting will look on the cli side (multiple |
The parachain and relaychain arguments are already separated in the CLI:
I'm not sure about that. I need to investigate. But as Basti said:
|
We will spawn two instances of the telemetry. Both will connect separately to the telemetry endpoint. We can optimize this later relative easy and only have one connected. But for now, we first need to get it working with instances. |
* bump deprecated actions * bump cancel workflow action even more
Currently when submitting telemetry messages, we will be sending relay chain and parachain messages always to the same endpoint. This will not work, because the telemetry can not distinguish them.
As for logging, we need some sort of scopes to distinguish them. This can be done with slogger and the feature for setting a scope per future.
After we have scopes, we need to make the telemetry aware of these scopes and send the messages to the correct endpoint.
The text was updated successfully, but these errors were encountered: