Open source APM and DataDog alternative v1.2.0 Release Notes

Release Date: 2022-11-08 // over 1 year ago
    • ➕ Added ability to filter spans using facets.
    • ➕ Added ability to select multiple systems.
    • ➕ Added 2 quick filters by deployment.environment and service.name attributes on the Overview page.
    • ➕ Added support for creating metrics from spans so they can be monitored like usual metrics, for example:

Previous changes from v1.1.0

    • ➕ Added additional ways to authenticate users via Keycloak, Google Cloud, and Cloudflare. Contributed by @aramperes.

    • ➕ Added gauges support to Metrics UI. Only used in Redis Enterprise [example](example/redis-enterprise) for now.

    • 🚚 Renamed Logs tab to Events and moved all events there.

    • ➕ Added support for PostgreSQL database instead of SQLite. This requires resetting SQLite database with:

    uptrace db reset
    
    • ⚡️ [Docker example](example/docker) is updated to work on Windows.
    • ➕ Added [Redis Enterprise](example/redis-enterprise) example and metrics dashboards.