Skip to content

docs(monitoring): Add New Relic monitoring guide (fixes #1149)#1595

Merged
lukekim merged 1 commit into
trunkfrom
fix/1149-new-relic-monitoring-page
Apr 30, 2026
Merged

docs(monitoring): Add New Relic monitoring guide (fixes #1149)#1595
lukekim merged 1 commit into
trunkfrom
fix/1149-new-relic-monitoring-page

Conversation

@claudespice
Copy link
Copy Markdown
Collaborator

Summary

Fixes #1149

Adds a dedicated monitoring/new-relic walkthrough analogous to the existing Datadog and Grafana pages. New Relic was already listed as a compatible OpenTelemetry / Prometheus target in features/observability but had no concrete walkthrough — this fills that gap.

Changes

  • New file website/docs/monitoring/new-relic/index.md — covers the OTLP/HTTP push path with the regional endpoint table (US, EU, FedRAMP), the api-key header, and a complete runtime.telemetry block combining metric_prefix and properties for namespacing and dimensions.
  • website/docs/monitoring/index.md — adds New Relic to the integration listing and updates the page description.
  • website/docs/features/observability/index.md — adds a New Relic entry to the "Monitoring Integrations" subsection.

Reference

Endpoint URLs and api-key header verified against New Relic's OpenTelemetry OTLP endpoint configuration. OTLP exporter parameter shape mirrors the existing Datadog walkthrough and runtime.telemetry.otel_exporter reference docs.

Test plan

  • cd website && npm run build passes locally — Docusaurus build succeeds, no broken-link errors.
  • New file located under unversioned website/docs/ only (per skill policy: missing-content additions do not propagate to versioned_docs/version-*/).
  • Reviewer confirms the regional endpoint table matches their account experience.

Adds a dedicated `monitoring/new-relic` walkthrough analogous to the
existing Datadog and Grafana pages. Documents the OTLP/HTTP push path
to New Relic's hosted endpoint with regional URL options (US, EU,
FedRAMP), the lowercase `api-key` header, and integration with the
existing `metric_prefix` / `properties` runtime fields.

Listed alongside the existing integrations on the monitoring landing
page and in the Observability "Monitoring Integrations" section.

Fixes #1149
@claudespice claudespice added enhancement New feature or request area/docs labels Apr 28, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 28, 2026

✅ Pull with Spice Passed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected
  • ✅ Has at least one assignee: claudespice

@github-actions
Copy link
Copy Markdown

🔍 Pull with Spice Failed

Passing checks:

  • ✅ Title meets minimum length requirement (10 characters)
  • ✅ Has at least one of the required labels: area/blog, area/docs, area/cookbook, dependencies
  • ✅ No banned labels detected

Failed checks:

  • ❌ At least one assignee is required for this pull request.

Please address these issues and update your pull request.

@github-actions
Copy link
Copy Markdown

🚀 deployed to https://c1795507.spiceai-org-website.pages.dev

@lukekim lukekim merged commit 6bb2eb8 into trunk Apr 30, 2026
6 of 9 checks passed
@lukekim lukekim deleted the fix/1149-new-relic-monitoring-page branch April 30, 2026 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/docs enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add New Relic to monitoring section

2 participants