getFrameMatchers() function

getFrameMatchers() function

Resolves a frame matcher from the registry for given config. Will throw an error if matcher can not be resolved.

Signature

  1. export declare function getFrameMatchers(config: MatcherConfig): FrameMatcher;

Import

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

Parameters

ParameterTypeDescription
configMatcherConfig

Returns:

FrameMatcher