Meet the New Endpoints Page

See how your endpoints perform in production, detect trends, and access functions invoked in the endpoint’s flow.

Check out your endpoints data at app.hud.io/explore/endpoints

Newly added in Function page: Filter by Endpoint Flow

Select an endpoint to see how your function preforms when invoked down the steam of this endpoint.

You can detect performance spikes and degradation using the function’s graphs, metrics and call tables, in the context of the selected endpoint.

Meet Hud’s New Service Explorer - A new way to navigate your code.

You can now navigate your code based on how it actually behaves in production: the Service Explorer is built from the live production call graph, so you can pick an endpoint, see what function it invokes, then what function this function calls, etc.

Give it a try and let us know what you think.

Look for the Hud logo on the left to launch it.

Meet Hud’s New Call Graph - A new way to understand your production flow.

Now, when clicking a Hudder, you’ll be able to see your function's callers and callees, based on production execution, and navigate in your code flow.

The graph can help you understand where your function is invoked from, what flow it affects, see top usages at the top, find likely root functions, and more.

Coming soon: Additional overlay information, improved design, and more new sections in the bottom panel.






New feature: call graph routes with significant exceptions.

We’ve added a new way to easily see and navigate flows that result in high error rates. Connections between functions with high exception rates will be marked in red on the call graph.

You can traverse the graph to find the root cause of the exceptions or examine the impacted top-level endpoint.