DataDog / dd-opentracing-cpp

Datadog Opentracing C++ Client
Apache License 2.0
39 stars 40 forks source link

How can I enable Trace Search & Analytics? #89

Open tiendq opened 5 years ago

tiendq commented 5 years ago

It's likely not supported for C++ at this moment, isn't it?

I don't see C++ example in following link, neither in the dd-opentracing-cpp code.

https://docs.datadoghq.com/tracing/trace_search_and_analytics/?tab=go

cgilmour commented 5 years ago

Correct, it's not supported at the moment. You may keep the issue open and we can close it once support has been added.

cgilmour commented 5 years ago

This is fixed on master, and will be in the next release. Docs will also be updated soon.

tiendq commented 5 years ago

@cgilmour Thanks, hopefully it's released soon (with updated docs :)). Currently I need to manage traced resources manually in datadog.yaml file and keep an eye on it to make sure it's always synced with application code.

cgilmour commented 5 years ago

Hi @tiendq , this was recently released in 1.0.0 as well as being able to control it via environment variables instead of needing to hard-code the decision. ( #104 )