cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Comprehensive list of what in Not supported in Dynatrace with Opentelemetry traces

Slawa
Advisor

I spent a lot of time with support just to get answers to particular questions like:
- key request - no way

- metrics - no way

- aggregation - no way

- smartscape - no way

etc

- alerting?

- SLO?


I am a bit tired of guessing and would like to have a simple table of what is supported and what is not supported in comparison to one agent

Maybe I am doing something wrong
but for now, otel in Dynatrace looks pretty useless especially if compared with simple logs capabilities.

6 REPLIES 6

JR_Peperkamp
Participant

Hi @Slawa ,

I do not have such table yet, but can answer a few things for you:
Have you enabled "Unified Service"? See: https://docs.dynatrace.com/docs/platform-modules/applications-and-microservices/services/service-det...

This give some better Service view (with e.g. Endpoints), Topology views (smartscape), default anomaly detection rules and based on these anomaly rules will generate problems.

Based on the OpenTelemetry metrics it should be possible to create SLOs, e.g.:

Latency <1s:

 ((builtin:service.request.response_time_service_aggregation:auto:partition("latency",value("good",lt(1000))):splitBy():count:default(0))/(builtin:service.request.response_time_service_aggregation:auto:splitBy():count)*(100)):default(100,always)

Hope this will help.

Kind Regards,
Jeroen Peperkamp
Eviden

Thank you for answer
I enabled it. Yes it is a bit better.
But just for services level not for traces analysis and aggregation.

Please could you look from the customer's perspective:
- wasting time on instrumentation

- wasting a time for configuration

- paying the same money as for logs

And don't have just any KEY features of Dynatrace which are OOB with One agent.
This looks not like a technical problem but a bold marketing move.

Otel is not in competition with one agent, it is just a last option where one agent is not possible to install like a SaaS product.

No: 
- simple key request option 
- multidimensional analysis
- no OBB metrics with attributes ingestion

And what is nice, is there are no words in documentation or commercials about this.
https://docs.dynatrace.com/docs/extend-dynatrace/opentelemetry
https://docs.dynatrace.com/docs/observe-and-explore/purepath-distributed-traces



Is there any chance that distributed traces will be migrated to Grail?

Tom_Eaton
Dynatrace Advisor
Dynatrace Advisor

Traces will be eventually migrated into Grail

I have another client, who also shares your frustration with the documentation about OpenTel and the amount of effort it takes them to implement it 

KevinThompson
Observer

I've also been putting a lot of work in trying to get the Key Requests working in one of my OpenTelemetry traced applications, very disappointing and frustrating that it doesn't seem supported. This post is the only mention I've been able to find that these are incompatible, are there plans to update the Unified Services to support Key Requests and some of these other features?

Slawa
Advisor

Q: attributes are not displayed as available columns
A: Just another answer from support:

Hello! I got a response from our internal team. Currently, there is not a way to see span/trace attributes in the columns page of the trace page. That's strictly for different timings. If the OpenTelemetry traces are being ingested by OneAgent installed on a host you will be able to create request attributes from the span attributes and then filter them to the top of the distributed traces page. If the trace are collecting through a collector, then we will need to wait for Traces to be available in a future update. 

I recommend that you post a Product Idea in the Dynatrace Product Ideas forum. Product Ideas posted here are reviewed by Product Management, who will provide feedback on the suggestion and indicate if the RFE is accepted, planned, already implemented, not planned, etc. https://community.dynatrace.com/t5/Dynatrace-product-ideas/idb-p/DynatraceProductIdeas

Do we have any roadmap for open telemetry support?
Even very simple and standard UI things are not available for now. 

Featured Posts