Hi,

v2.26.0-rc.0 was released today. Please try it out and give us feedback!

Notable changes:

   - Experimental query editor UI helps you to write correct PromQL 
   queries, with auto-completion, syntax highlighting, and linting. 🤩
   - Two experimental features have been added, these are disabled by 
   default and may change in the future 
   <https://prometheus.io/docs/prometheus/latest/disabled_features/>:
   - If you enable `--enable-feature=exemplar-storage`, Prometheus will 
      hold a certain amount of scraped OpenMetrics' Exemplars in circular 
memory. 
      It will also expose `/api/v1/query_exemplars` querying HTTP API. 
Exemplars 
      are allowing sweet correlations between metrics and log ling or trace. 🚀
      - PromQL support for negative offset in queries via feature flag 
      `--enable-feature=promql-negative-offset`. (eg. 
      `sum_over_time(metric[1h:1m] offset -5m)`) 💥
   - Prometheus is now built and supporting Go 1.16 (#8544). This reverts 
   the memory release pattern added in Go 1.12. This makes common RSS usage 
   metrics showing a more accurate number for actual memory used by 
   Prometheus. You can read more details here 
   <https://www.bwplotka.dev/2019/golang-memory-monitoring/>. 📈

See for details: 
https://github.com/prometheus/prometheus/releases/tag/v2.26.0-rc.0

Kind Regards,
Bartek Plotka @bwplotka on behalf of Prometheus Team 

-- 
You received this message because you are subscribed to the Google Groups 
"prometheus-announce" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-announce+unsubscr...@googlegroups.com.
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/prometheus-announce/25a628e3-f152-45dc-8985-ac54f705a434n%40googlegroups.com.

Reply via email to