mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
prepare for 0.1
This commit is contained in:
parent
8625a33d6b
commit
261f143dd2
5 changed files with 8 additions and 1 deletions
4
CHANGES.md
Normal file
4
CHANGES.md
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
# 0.1
|
||||
|
||||
initial release
|
||||
|
|
@ -10,7 +10,7 @@ a library or application, either by hand or via a ppx.
|
|||
|
||||
- [x] spans
|
||||
- [x] messages
|
||||
- [ ] counters
|
||||
- [x] counters
|
||||
- [ ] other metrics?
|
||||
|
||||
### Backends
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
(name trace)
|
||||
(generate_opam_files true)
|
||||
(version 0.1)
|
||||
|
||||
(source
|
||||
(github c-cube/trace))
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.1"
|
||||
synopsis: "A simple backend for trace"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Simon Cruanes"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.1"
|
||||
synopsis: "A stub for tracing/observability"
|
||||
maintainer: ["Simon Cruanes"]
|
||||
authors: ["Simon Cruanes"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue