Skip to content

Commit f1cd92a

Browse files
authored
Merge pull request #23167 from newrelic/Daily-Merge-2-24-26/evening
Daily merge 2 24 26/evening
2 parents 9d9010b + f9c0d75 commit f1cd92a

372 files changed

Lines changed: 7921 additions & 122133 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,3 +94,8 @@ src/images/infrastructure_screenshot_full_sonarqube-dashboard.webp
9494

9595
# Claude Code documentation (local only)
9696
.claude/
97+
98+
# Documentation reference files (local only)
99+
EMAIL_TEMPLATE_AGENT_TEAMS.md
100+
OTEL_DOCS_STATUS.md
101+
SME_QUESTIONS_OTEL_API_SUPPORT.md

src/content/docs/agentic-ai/knowledge-integration/overview.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ redirects:
77
- /docs/agentic-ai/knowledge-integration/knowledge-connector
88
---
99

10-
<Callout title="preview">
11-
We're still working on this feature, but we'd love for you to try it out!
12-
13-
This feature is currently provided as part of a preview program pursuant to our [pre-release policies](/docs/licenses/license-information/referenced-policies/new-relic-pre-release-policy).
14-
</Callout>
15-
1610
To provide more context-specific answers, New Relic AI can use a technique called Retrieval Augmented Generation (RAG) through the New Relic AI knowledge connector. While New Relic AI LLMs have a vast general knowledge, RAG enhances their responses.
1711

1812
By setting up the New Relic AI knowledge connector, you can expect tangible outcomes such as faster alert event resolution, more accurate and context-aware AI responses, and reduced manual searching across multiple documents. This unified approach helps your team make better decisions and respond to issues more efficiently.

src/content/docs/alerts/create-alert/create-alert-condition/alert-conditions.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -240,12 +240,6 @@ For all methods except for our guided mode, the process for creating an alert co
240240
title="Outlier detection"
241241
>
242242

243-
<Callout title="preview">
244-
We're still working on this feature, but we'd love for you to try it out!
245-
246-
This feature is currently provided as part of a preview program pursuant to our [pre-release policies](/docs/licenses/license-information/referenced-policies/new-relic-pre-release-policy).
247-
</Callout>
248-
249243
Outlier detection identifies entities that are behaving significantly differently from their peers at a specific moment in time. Unlike anomaly detection that looks for unusual patterns over time, outlier detection focuses on deviations within a group using DBSCAN clustering.
250244

251245
This threshold type is ideal for:

src/content/docs/alerts/create-alert/set-thresholds/outlier-detection.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ metaDescription: "Learn how outlier detection identifies entities behaving diffe
44
freshnessValidatedDate: never
55
---
66

7-
<Callout title="preview">
8-
We're still working on this feature, but we'd love for you to try it out!
9-
10-
This feature is currently provided as part of a preview program pursuant to our [pre-release policies](/docs/licenses/license-information/referenced-policies/new-relic-pre-release-policy).
11-
</Callout>
12-
137
New Relic's outlier detection is an advanced feature designed to automatically identify entities that are behaving significantly differently from their peers. Unlike traditional anomaly detection, which looks for unusual patterns over time, outlier detection focuses on deviations within a group at a specific moment.
148

159
This functionality helps you proactively identify potential issues, such as:

0 commit comments

Comments
 (0)