24 Sep 2020 01:18 PM - last edited on 06 May 2021 12:45 PM by MaciejNeumann
Hello everyone!
I am new in the Dynatrace. And I started to investigate this great product recently. At the moment I have a task which I should solve with Dynatrace. The short explanation of my problem:
Consequently, I have several questions:
Solved! Go to Solution.
24 Sep 2020 01:50 PM
@Bohdan P. This is quite a unique situation. Ideally, you'd want to have the Dynatrace Oneagent installed. If you are unable to install the oneagent, you can grab metrics via Agentless monitoring. You can also leverage bringing in data from other platforms via the API, and the beauty of this is that once this data is in Dynatrace, for the most part, you can use all of the charting, sorting, filtering and alerting within Dynatrace.
24 Sep 2020 02:12 PM
@Chad T. Thanks for your flash reaction on my question.
I had explored the documentation that you pointed. But I didn't find an answer to my questions there. No approaches from described are fit me.
24 Sep 2020 02:21 PM
since your situation is so unique due to access - i would highly recommend putting in a support ticket so support staff can assist you and get your data flowing.
24 Sep 2020 02:31 PM
Thanks for your advice. I will try it.
24 Sep 2020 02:35 PM
@Wolfgang B. just posted a possible solution, I'd give that a shot!
24 Sep 2020 02:27 PM
Why not use the newly introduced metrics ingest API endpoint. Its extremely flexible, powerful and you can add any combination of key value pairs to describe your custom data. And best of all you can easily attach it to any manual created RUM application or any other kind of Smartscape entity.
See help here:
https://www.dynatrace.com/support/help/dynatrace-api/environment-api/metric-v2/post-ingest-metrics/
Best greetings,
Wolfgang
25 Sep 2020 07:57 AM
Thanks. I will try.
26 Sep 2020 03:18 PM
I hadn't noticed the metrics ingest API 😞 It seems much alike ingesting into Influxdb. Is there some sort of standardization in this domain. I'll clearly be using it 🙂
26 Sep 2020 08:18 PM
Hey @Wolfgang B. that ingest metrics look pretty neat. Does Davis use them in any way?
01 Oct 2020 01:54 PM
Hi @Wolfgang B.
I did as you advised. I tried to use new metrics ingest API. But I got a fail. All metrics that I sent via ingest API are not available in Dynatrace Web. I can extract information about them via REST(Definitely, they were created). But I can't use them in the web interface to create data charts. Moreover, I can't even find them in the web interface. )
In Dynatrace documentation metrics ingest request is marked as "Early Adopted". And I suppose it's the reason for this behavior.
Actually, all metrics in the web interface that I came across have some prefix separated with a colon. But metrics ingest endpoint rejects metrics id with a colon. And at this point, we get a collision.
Moreover, I can't edit metrics created via metrics ingest API, I can't set name, can't set description.
I think, at the moment it is a raw tool and we need to wait for a new API release.
P.S.
I solved my case using RUM browser extension. Thanks much for your help.
05 Nov 2020 09:42 AM
Hi @Bohdan P.,
you can access metrics ingested via new ingest API in the Web UI via Explorer. You can find/navigate to if you access custom charts and look after the banner "Analyze multidimensional metrics from Prometheus, StatsD and others channels right on your dashboards".
In the future we will also provide the capability to store metadata on top of those metrics like description, display-name, unit.