findCommonLabels() function

findCommonLabels() function

Returns a map labels that are common to the given label sets.

Signature

  1. export declare function findCommonLabels(labelsSets: Labels[]): Labels;

Import

  1. import { findCommonLabels } from '@grafana/data';

Parameters

ParameterTypeDescription
labelsSetsLabels[]

Returns:

Labels