Hey Everyone, looking for some advice here.
I want to build out OpenPipeline for logs and spans and wondering what the best practice is.
The end goal is to have buckets on a per service level as well as extract metrics from spans/logs and process logs as needed.
To organize things would it be best to do
a. 1 dynamic route per service -> 1 pipeline per service
b. 1 dynamic route for stackenv -> 1 pipeline per stackenv
I like option a because it gives us more control but option b seems easier to manage? Looking for advice thanks in advance!