uptrace / roadmap

Public roadmap for Uptrace.dev
https://get.uptrace.dev/compare/datadog-competitors.html
0 stars 1 forks source link

Environments support (deployment.environment = staging/production) #11

Closed vmihailenco closed 2 years ago

vmihailenco commented 3 years ago

Goal. Allow having data from multiple environments in the same project. Caveat. Don't end up replicating all the features for environments, i.e. having a project (environment) within a project. Projects still should be the main way to separate data. Environments should help closing some corner cases and be as light as possible.

Uptrace should use deployment.environment for:

schmurfy commented 3 years ago

Another, maybe easier, solution to out problem would be to be able to filter the data used in the list of services, systems, alerts. for alerts I imagine it could be harder since the data are most likely precomputed.

vmihailenco commented 3 years ago

We will be adding some filtering capabilities to alerts - at least by system & service name. I just feel we need to make alerts more useful & stable first :)

As for the services & systems I don't want to complicate those views, but I am going to add links to spans explorer with equivalent functionality. Should not take more than few days.

vmihailenco commented 2 years ago

Just added an env filter for tracing:

env-filter

It should appear automatically when you have 2 or more environments.