func createNamespaceLabel()

in sandbox/CWMetricStreamExporter/lambda/main.go [165:171]


func createNamespaceLabel(namespace string) prompb.Label {
	namespaceLabel := &prompb.Label{
		Name:  "namespace",
		Value: sanitize(namespace),
	}
	return *namespaceLabel
}