Skip to content

Commit

Permalink
update queries metric (#5094)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaela-soares authored Mar 30, 2022
1 parent 619d591 commit 0985fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/scripts/metrics/get_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
'terraform': os.path.join(queries_basepath, 'terraform', '**', '*'),
'grpc': os.path.join(queries_basepath, 'grpc', '*'),
'gdm': os.path.join(queries_basepath, 'googleDeploymentManager', '*'),
'dockerCompose': os.path.join(queries_basepath, 'dockerCompose', '*'),
}
samples_ext = {
'azureresourcemanager': ['json'],
Expand All @@ -29,6 +30,7 @@
'terraform': ['tf'],
'grpc': ['proto'],
'gdm': ['yaml'],
'dockerCompose': ['dockerCompose'],

}
summary = {
Expand Down

0 comments on commit 0985fb9

Please sign in to comment.