25 Feb 2025 10:28 AM
Hello,
From the documentation I read:
The key of the metric you're submitting. It consists of sections, separated by dots, for example first.second.third.
Could it be that the max number of sections is 4?
I got some issue's converting extension 1.0 -> 2.0
After build command below error is returned
{
"code": 400,
"message": "Validation errors for asset PROCESS_GROUP_INSTANCE:\nGiven property 'metricSelector' with value: 'jmx.ext.aaa.bbb.ccc.99999.dddd.eeee.metric_Value_1234567890:splitBy("dt.entity.process_group_instance")' Metric selector parse error: line 1:28 at 'dddd\nGiven property 'metricSelector' with value: 'jmx...............................................:splitBy("dt.entity.process_group_instance")'
(repeats for every metric)
creating a metric with 4 sections saves the day (-;
KR Henk
25 Feb 2025 10:33 AM
Sorry found my own answer:
Custom metrics you can feed to Dynatrace via metric ingestion. These don't have any fixed prefix, as the ingestion protocol is completely flexible.