Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
Enable namespace_id for GKE
Browse files Browse the repository at this point in the history
  • Loading branch information
mwielgus authored and piosz committed Mar 31, 2016
1 parent 56aa3cd commit f234c08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metrics/core/labels.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ var podLabels = []LabelDescriptor{
LabelPodName,
LabelPodId,
LabelPodNamespace,
// TODO: Enable label once it is supported by NamespaceEnricher
// LabelPodNamespaceUID,
LabelPodNamespaceUID,
LabelLabels,
}

Expand Down

0 comments on commit f234c08

Please sign in to comment.