Key features: 1. Service Level Objectives: Define SLOs in code, setting up thresholds for availability and latency, which can be visualized in the explorer.
2. Fast debugging feedback loop: After you've defined your SLOs you can swiftly navigate from an alert to the misbehaving function, enhancing your debugging experience.
3. Local-First Experience: Access the Autometrics Explorer through the [am](https://github.com/autometrics-dev/am) CLI. It can spin up a local Prometheus that scrapes your instrumented functions and application code.
4. Basic Call Graph: Understand the inter-function relationships with a simple call graph, helping identify the actual faulty code behind a Service Level Objective breach.
For a deeper dive into the features and a complete tutorial, check out the blog post:https://autometrics.dev/blog/announcing-the-autometrics-expl....
Also, visit the Autometrics Documentation site https://docs.autometrics.dev for more details and join our Discord https://discord.gg/kHtwcH8As9 for any questions!
Would love to hear your thoughts and feedback!