docs(monitoring): Add New Relic monitoring guide (fixes #1149)#1595
Merged
Conversation
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
✅ Pull with Spice PassedPassing checks:
|
🔍 Pull with Spice FailedPassing checks:
Failed checks:
Please address these issues and update your pull request. |
|
🚀 deployed to https://c1795507.spiceai-org-website.pages.dev |
lukekim
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #1149
Adds a dedicated
monitoring/new-relicwalkthrough analogous to the existing Datadog and Grafana pages. New Relic was already listed as a compatible OpenTelemetry / Prometheus target infeatures/observabilitybut had no concrete walkthrough — this fills that gap.Changes
website/docs/monitoring/new-relic/index.md— covers the OTLP/HTTP push path with the regional endpoint table (US, EU, FedRAMP), theapi-keyheader, and a completeruntime.telemetryblock combiningmetric_prefixandpropertiesfor 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-keyheader verified against New Relic's OpenTelemetry OTLP endpoint configuration. OTLP exporter parameter shape mirrors the existing Datadog walkthrough andruntime.telemetry.otel_exporterreference docs.Test plan
cd website && npm run buildpasses locally — Docusaurus build succeeds, no broken-link errors.website/docs/only (per skill policy: missing-content additions do not propagate toversioned_docs/version-*/).