Skip to content
Snippets Groups Projects
Commit c866874c authored by Simon Eismann's avatar Simon Eismann
Browse files

fixed DQL queries to work after renameing

parent e67d137d
No related branches found
No related tags found
No related merge requests found
LIST ENTITIES LIST ENTITIES
USING dml@'/_hello_world_example/minmodels.properties'; USING dml@'DML Examples/_hello_world_example/minmodels.properties';
\ No newline at end of file \ No newline at end of file
LIST METRICS (RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS res1, LIST METRICS (RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS res1,
SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS svc1) SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS svc1)
USING dml@'/_hello_world_example/minmodels.properties'; USING dml@'DML Examples/_hello_world_example/minmodels.properties';
\ No newline at end of file \ No newline at end of file
SELECT res1.utilization, svc1.avgResponseTime SELECT res1.utilization, svc1.avgResponseTime
FOR RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS res1, FOR RESOURCE '_I3tj4EnuEeOWVc_o6w1CBw' AS res1,
SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS svc1 SERVICE '_A_DeMEmxEeOPLK3yYyEQWQ' AS svc1
USING dml@'/_hello_world_example/minmodels.properties'; USING dml@'DML Examples/_hello_world_example/minmodels.properties';
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment