Alberto Sartori
Alberto Sartori
At the beginning of the function `__archive_fetch` [here](https://github.com/graphite-project/whisper/blob/master/whisper.py#L951) there is the following code that rounds from and until times to the granularity of the archive: ```python step = archive['secondsPerPoint'] fromInterval...
For personal tests I added `grafana` and `collectd` to this useful docker image. Do you think it is worth to push a pull request?
Sometimes I need to log to different files based on some log metadata. Imagine for instance of having a variable number of entities handled by your application, it can be...
One small feature for every commit: 1. Add props for configure the steps of time sliders and to hide the minutes slider 2. Add a prop for `DatetimeRange` to hide...
Compiling a project with `scrivener_headers` as a dependency causes this warning ``` warning: Plug.Conn.get_req_header/2 defined in application :plug is used by the current application but the current application does not...
Fixes #236 The [Python API](https://opentelemetry-python.readthedocs.io/en/latest/api/trace.html#opentelemetry.trace.Tracer.start_span) has been taken as a reference. There is still something that does not fully convince me. Elixir exceptions are recorded with `exception.type` equal to the...
As per title with this PR attributes are converted to attributes record before storing them in ETS tables. Instrument `record` and `add` functions accept both a raw map or an...
First draft of the Prometheus exporter to collect some feedback. Open points: 1. At the moment it is embedded in the `opentelemetry_experimental` app to speed up development, should it be...
Fixes #185 We need to wait for https://github.com/covertool/covertool/pull/72 to be merged
At the moment we have 3 HTTP server instumneters (`cowboy`, `phoenix` and `elli`) and 4 HTTP client ones (`finch`, `httpoison`, `req` and `tesla`). They expose some common option, some options...