We're thrilled to introduce the Autometrics Explorer 1.0, a developer-friendly UI designed to visualize Prometheus data. Explorer leverages the open source Autometrics framework <a href="https://github.com/autometrics-dev/">https://github.com/autometrics-dev/</a> for function-level metrics.
It is built to help engineers swiftly transition from an alert to identifying the misbehaving function, streamlining the debugging process.<p>Key features:
1. Service Level Objectives: Define SLOs in code, setting up thresholds for availability and latency, which can be visualized in the explorer.<p>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.<p>3. Local-First Experience: Access the Autometrics Explorer through the [am](<a href="https://github.com/autometrics-dev/am">https://github.com/autometrics-dev/am</a>) CLI. It can spin up a local Prometheus that scrapes your instrumented functions and application code.<p>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.<p>For a deeper dive into the features and a complete tutorial, check out the blog post:<a href="https://autometrics.dev/blog/announcing-the-autometrics-explorer-a-clear-and-contextual-ui-for-prometheus-metrics" rel="nofollow noreferrer">https://autometrics.dev/blog/announcing-the-autometrics-expl...</a>.<p>Also, visit the Autometrics Documentation site <a href="https://docs.autometrics.dev" rel="nofollow noreferrer">https://docs.autometrics.dev</a> for more details and join our Discord <a href="https://discord.gg/kHtwcH8As9" rel="nofollow noreferrer">https://discord.gg/kHtwcH8As9</a> for any questions!<p>Would love to hear your thoughts and feedback!