29 Nov 2023 09:42 AM - edited 29 Nov 2023 09:55 AM
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.
29 Nov 2023 11:30 AM
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.
29 Nov 2023 11:55 AM
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?
06 Dec 2023 11:25 PM
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
06 Dec 2023 03:39 PM
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?
07 Dec 2023 08:17 AM - edited 07 Dec 2023 08:18 AM
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.
07 Dec 2023 10:30 AM