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

SQL Server Data source for Custom Database Extension MSSQL

AndrewP
Frequent Guest

Hello, I am working on the migration to 2.0, I am able to fetch the metrics, but not able to fetch  dimensions, example of the query: 

SELECT
count(*) as cntService,
service_name
FROM *******
WHERE
AGENT_STATUS = 'RUNNING'
GROUP BY
SRVICE_NAME
metrics:
- key: *****.running.service.cnt
  value: col:cntService
dimensions:
- key: ****.running.service.name
  value: col:service_name
 
And I can see a metrics, but not able to see dimensions in Dynatrace, Do you have any idea what I am doing wrong? The same query is giving proper values in the SQL server.
 
Thanks
1 REPLY 1

jegron
DynaMight Champion
DynaMight Champion

Hi @AndrewP !

Are you migrating EF1 Custom Database Extension ? If yes, you can use the migrator with this app :

But your YAML seems good. Did you check the extension logs to see if there is a non accepted value in service_name?

Observability Engineer at Phenisys - Dynatrace Professional

Featured Posts