You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, when Portal executes a method, the only way it has to get the logs is to rely on the log stream, which doesn't work well.
Instead, we should switch to a model where we get back an invocation id (e.g. in a header) that can be used to easily get all the relevant logs (and counters) for this one invocation.
The text was updated successfully, but these errors were encountered:
davidebbo
changed the title
Add new admin API to execute function and get back the response + the logs
Make function execution API return an execution ID that can be used to get logs
Mar 9, 2017
Turns out I created a duplicate item. Here are a few more details:
There are two parts:
When calling the admin API, return an invocation ID
Provide an API to get the logs for that invocation ID
Open question: for HTTP triggers, the portal just calls the endpoint directly and does not use the admin API. Need to come up with a design to handle this.
Today, when Portal executes a method, the only way it has to get the logs is to rely on the log stream, which doesn't work well.
Instead, we should switch to a model where we get back an invocation id (e.g. in a header) that can be used to easily get all the relevant logs (and counters) for this one invocation.
The text was updated successfully, but these errors were encountered: