Skip to content

Update queries to remove duplicate entries

Joshua Lambert requested to merge update-metrics-avoid-duplicates into master

With the change in omnibus-gitlab#2930 (comment 46290012) to support k8s 1.7+, we will start getting duplicate metrics for 1.6 and older.

We need to adjust the queries to strip out the dupes, which this MR does.

Merge request reports