imandra-ai / ocaml-opentelemetry

Instrumentation for https://opentelemetry.io
http://docs.imandra.ai/ocaml-opentelemetry/
33 stars 7 forks source link

feat: use a ref for Globals.global_attributes #16

Closed c-cube closed 2 years ago

c-cube commented 2 years ago

sometimes it's useful to be able to modify them from the code itself. For example a client or service might generate a unique Uuidm for its whole lifetime, and add that as an attribute to later filter on it.