+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "findUniqueLabels"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## findUniqueLabels() function
### findUniqueLabels() function
Returns a map of labels that are in `labels`, but not in `commonLabels`.
Signature
```typescript
export declare function findUniqueLabels(labels: Labels | undefined, commonLabels: Labels): Labels;
```
Import
```typescript
import { findUniqueLabels } from '@grafana/data';
```
Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| labels | Labels | undefined
| |
| commonLabels | Labels
| |
Returns:
`Labels`