Skip to content

[APM] Add message about dropped spans #24320

@sorenlouv

Description

@sorenlouv

The new DT timeline does not yet have the message about dropped spans, that was available pre 6.5

function DroppedSpansDocsLink({ agentName }) {
const docs = getFeatureDocs('dropped-spans', agentName);
if (!docs || !docs.url) {
return null;
}
return (
<ExternalLink href={docs.url}>
Learn more in the documentation.
</ExternalLink>
);
}

Closes: #22348

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions