+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "findCommonLabels"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## findCommonLabels() function
### findCommonLabels() function
Returns a map labels that are common to the given label sets.
Signature
```typescript
export declare function findCommonLabels(labelsSets: Labels[]): Labels;
```
Import
```typescript
import { findCommonLabels } from '@grafana/data';
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| labelsSets | Labels[]
| |
Returns:
`Labels`