Open source APM and DataDog alternative v1.0.0 Release Notes

Release Date: 2022-09-06 // over 1 year ago
  • ➕ Added

    • Accept and store OpenTelemetry Metrics in ClickHouse.
    • ➕ Added metrics monitoring using alerting rules.
    • ➕ Added ability to send notifications via email/Slack/PagerDuty using AlertManager.
    • ➕ Added ability to configure TLS.
    • Expand env vars in the YAML config, for example:
    ch:
      dsn: 'clickhouse://${CLICKHOUSE_USER}:@${CLICKHOUSE_HOST}:${CLICKHOUSE_PORT}/${CLICKHOUSE_DB}?sslmode=disable'
    

    ⬆️ Upgrading

    ⬆️ To upgrade, grab the latest uptrace.yml config, reset ClickHouse database, and restart Uptrace:

    uptrace ch reset
    sudo systemctl restart uptrace