Alex Medveshchek

Results 5 issues of Alex Medveshchek

I really like this simple and yet powerful package, which I use in my project. What I found impossible to do is: - to overcome the limit of collisions with...

Case: - I have a metric with attribute `deviceId`. - I'd like to "count distinct" all `deviceId`s over the period of time selected in the Uptrace -- to display this...

Configuration: - Uptrace self-hosted in docker - Also tested in the cloud, it has issues as well (see below) - Tested on OS: Ubuntu, Mac Steps to reproduce: - Create...

Currently Uptrace config (`uptrace.yaml`) allows to conveniently import secrets and config values from environment variables ``` param: ${ENVIRONMENT_VARIABLE:default_fallback_value} ``` Docker Swarm has a way to store [secrets](https://docs.docker.com/engine/swarm/secrets/) and [configs](https://docs.docker.com/engine/swarm/configs/) and...

First of all, thank you so much for creating such a compact and yet powerful APM. It is outstanding! I have a feature request for Webhook Notification Channel. Once I...