mirror of
https://github.com/grafana/grafana.git
synced 2025-09-23 18:13:47 +08:00
Data: Prefix trace types in data package (#25810)
This commit is contained in:
@ -13,11 +13,11 @@
|
||||
// limitations under the License.
|
||||
|
||||
import React from 'react';
|
||||
import { SpanReference } from '@grafana/data';
|
||||
import { TraceSpanReference } from '@grafana/data';
|
||||
import ExternalLinkContext from './externalLinkContext';
|
||||
|
||||
type ReferenceLinkProps = {
|
||||
reference: SpanReference;
|
||||
reference: TraceSpanReference;
|
||||
children: React.ReactNode;
|
||||
className?: string;
|
||||
focusSpan: (spanID: string) => void;
|
||||
|
Reference in New Issue
Block a user