kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

feat: potentially support Q-Factor with optional `push_int` and `pop_int` actions #12

Open viniarck opened 1 year ago

viniarck commented 1 year ago

This is desirable to have to also integrate well with Q-Factor. It turns out that hosts that support Q-Factor already have INT extended to the hosts, so in the edges push_int and pop_int should be optional and parametrizable in the request.

@jab1982 has a local change with a initial structure for this.