LogRowModel interface

Signature

  1. export interface LogRowModel

Import

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

Properties

PropertyTypeDescription
dataFrameDataFrame
duplicatesnumber
entrystring
entryFieldIndexnumber
hasAnsiboolean
hasUnescapedContentboolean
labelsLabels
logLevelLogLevel
rawstring
rowIndexnumber
searchWordsstring[]
timeEpochMsnumber
timeEpochNsstring
timeFromNowstring
timeLocalstring
timeUtcstring
uidstring
uniqueLabelsLabels

dataFrame property

Signature

  1. dataFrame: DataFrame;

duplicates property

Signature

  1. duplicates?: number;

entry property

Signature

  1. entry: string;

entryFieldIndex property

Signature

  1. entryFieldIndex: number;

hasAnsi property

Signature

  1. hasAnsi: boolean;

hasUnescapedContent property

Signature

  1. hasUnescapedContent: boolean;

labels property

Signature

  1. labels: Labels;

logLevel property

Signature

  1. logLevel: LogLevel;

raw property

Signature

  1. raw: string;

rowIndex property

Signature

  1. rowIndex: number;

searchWords property

Signature

  1. searchWords?: string[];

timeEpochMs property

Signature

  1. timeEpochMs: number;

timeEpochNs property

Signature

  1. timeEpochNs: string;

timeFromNow property

Signature

  1. timeFromNow: string;

timeLocal property

Signature

  1. timeLocal: string;

timeUtc property

Signature

  1. timeUtc: string;

uid property

Signature

  1. uid: string;

uniqueLabels property

Signature

  1. uniqueLabels?: Labels;