DEV Community

Cover image for Release Notes 12.28 - SDN Reroute Threshold, Analytics Annotations, and Searchability
Abdelrahman Omran for Syntropy Stack

Posted on

Release Notes 12.28 - SDN Reroute Threshold, Analytics Annotations, and Searchability

We're excited to present you with the latest release of Syntropy Stack. Our team has been tailoring the product, adding new features, improving existing ones, and fixing issues. We hope these aesthetic and functional changes will improve your Syntropy Stack experience today.

We implemented the ability to control SDN Reroute Threshold, improved analytics annotations for SDN reroute events and added search functionality for the connection's source and destination.

As we progress our technology and grow the ecosystem, we listen closely to our community to build tools that matter. If you have any feedback or ideas, Discord.

Syntropy Stack is free to use.
Access the platform here!


New Features

Implemented SDN Re-Routing Latency Thresholds

When the SDN feature is enabled on the account, you can either use the default recommendations or customize thresholds according to your business needs. You can customize routing decisions based on the absolute improvement threshold and improvement ratio values. Let's take an example:

  • Assume the threshold values as follows: Latency Difference = 50 AND Latency Ratio = 25.
  • That means the SND will reroute the connection only if there's 50ms or more improvement between the two relays, AND that difference represents 25% improvement.

Based on the above values, here are a couple of scenarios to clarify:

  • Scenario #1: if PUBLIC Internet latency is 200ms, and SDN1 relay latency is 150ms, then the connection will re-route to SDN1 from PUBLIC since the difference is 50ms, and the ratio is 25% as well.

  • Scenario #2: if PUBLIC Internet latency is 250ms, and SDN1 relay latency is 200ms, then the connection will NOT reroute to SDN1 from PUBLIC. Although the difference is 50ms, the ratio is only 20%, which doesn't match the second criteria.

SDN Routing Threshold - Recommended

SDN Routing Threshold - Custom


Added a Connection ID Filter

We added more filters to filter connections by ID, IP, or name.

Connection ID Filter


Added a Search to Analytics Source & Destination dropdowns

Inside the analytics page, you can find the connection source and destination instances, where you can now search both dropdowns.

Analytics Source & Destination Search Dropdowns


Improvements to the Analytics SDN Reroute Annotations display

We announced the SDN re-route event annotations in the analytics graph before, to refresh our memory let's see the following snapshot:

SDN Re-route Annotations

And now we improved these annotations to display how many reroute events happened at a given time, which is helpful when viewing a long timeline with multiple events.

SDN Re-route Annotation Improvements


Improvements

  • Agent service optimizations
  • Logging infrastructure changes
  • SDN route calculation improvements
  • Added health check endpoints to establish more reliability in our services

Fixes

  • Fixes to Analytics filters & graphs
  • Fixes to log severity display
  • Other minor fixes

Get Started

Get started with Syntropy Stack with our three-minute quick start video, or follow the documentation for more details. Use Syntropy Stack to streamline your container and multi-cloud deployments and automate network orchestration.

Get Involved

Our community helps us identify the right problems to solve for our users, whether you're an active user of one of our products or just getting started (join our community on Discord](https://discord.gg/UYDyHwk5gN)! We love to foster communication among developers. Also, don't hesitate to send us a message if you have feedback or need assistance. We're happy to help!

Top comments (0)