This talk will focus on using data to drive decisions; or how your users can help you better understand your own API by leveraging data pipelines and tracing tools.
• Being able to learn more runtime errors and exceptions separately from validation or parsing errors to more easily identify bug fixes • Tracking expected errors (parsing for example) helps educate SRE/management that not all errors are bad • An idea of query size even without the query helps with capacity planning and timeout concerns
(Public) API, or one of scale, it’s important to consider queries and data from the API owners perspective and not just as an integrator. This might lead to better ways to return safe and secure hints to users. But takes time, data, and delayed analysis.