From b5d3d8cbbbb9f988f328b7bd189d295e20d8b5e6 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 10 Jun 2022 09:39:55 -0400 Subject: [PATCH] changelog --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 00000000..4af1f4a7 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,12 @@ + + +## 0.2 + +- require pbrt only, use ocaml-protoc as a lint +- add `Metrics_callbacks` module +- add histogram metrics (untested) +- basic support for logs +- expose `tick` function (useful in the absence of a background thread) +- debug the library is set via `OTEL_OCAML_DEBUG` +- provide conventions for standard metrics +- add runtime attrs to GC stats