From a0515b949212dff0cb8a9772d5257ff3df298f82 Mon Sep 17 00:00:00 2001 From: Zeeshan Akram <97m.zeeshan@gmail.com> Date: Tue, 13 Jun 2023 01:28:50 +0000 Subject: [PATCH] update Argus CHANGELOG --- distributor-node/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/distributor-node/CHANGELOG.md b/distributor-node/CHANGELOG.md index d5a67eb615..7d3b91b305 100644 --- a/distributor-node/CHANGELOG.md +++ b/distributor-node/CHANGELOG.md @@ -1,5 +1,6 @@ ### 1.2.0 +- Integrates OpenTelemetry API/SDK with Argus for exporting improved tracing logs & metrics to Elasticsearch. Adds `./start-elasticsearch-stack.sh` script to bootstrap elasticsearch services (Elasticsearch + Kibana + APM Server) with all the required configurations. - Add support for Elasticsearch authentication (`logs.elastic.auth` config section) - **FIX:** Objects belonging to group `0` of LRU-SP cache were never fully dropped from the state because of a bug in `StateCacheService.dropById`