+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "LogLabelStatsModel"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## LogLabelStatsModel interface
Signature
```typescript
export interface LogLabelStatsModel
```
Import
```typescript
import { LogLabelStatsModel } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [active](#active-property) | boolean
| |
| [count](#count-property) | number
| |
| [proportion](#proportion-property) | number
| |
| [value](#value-property) | string
| |
### active property
Signature
```typescript
active?: boolean;
```
### count property
Signature
```typescript
count: number;
```
### proportion property
Signature
```typescript
proportion: number;
```
### value property
Signature
```typescript
value: string;
```