Skip to content

Commit d3054b1

Browse files
authored
Merge pull request #22450 from newrelic/Daily-merge-12-11-25/night
Daily merge 12 11 25/night
2 parents 2dbe057 + 127efaf commit d3054b1

File tree

10 files changed

+541
-2
lines changed

10 files changed

+541
-2
lines changed

src/content/docs/accounts/accounts-billing/new-relic-one-pricing-billing/usage-queries-alerts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The [usage UI](/docs/accounts/accounts-billing/new-relic-one-pricing-billing/new
6565
This query breaks down [Metric data](/docs/telemetry-data-platform/understand-data/new-relic-data-types/#dimensional-metrics) by the top ten metric names. You could also facet by `appName` or `host` to adjust the analysis.
6666

6767
```sql
68-
FROM Metric SELECT bytecountestimate()/10e9 AS 'GB Estimate'
68+
FROM Metric SELECT bytecountestimate()/10e8 AS 'GB Estimate'
6969
SINCE 24 hours ago
7070
FACET metricName LIMIT 10 TIMESERIES 1 hour
7171
```

src/content/docs/kubernetes-pixie/kubernetes-integration/understand-use-data/kubernetes-cross-cluster.mdx

Lines changed: 463 additions & 0 deletions
Large diffs are not rendered by default.

src/content/docs/new-relic-solutions/get-started/networks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ Synthetic private minions report to a specific endpoint based on region. To allo
10891089

10901090
## Alerts webhooks, api.newrelic.com, cloud integrations, and ticketing integrations [#webhooks]
10911091

1092-
Endpoints that use `api.newrelic.com` (such as our [NerdGraph API](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph)) and our New Relic-generated [webhooks for alert policies](/docs/alerts/new-relic-alerts/managing-notification-channels/notification-channels-controlling-where-send-alerts#webhook) use an IP address from designated network blocks for the US or [EU region](/docs/using-new-relic/welcome-new-relic/get-started/introduction-eu-region-data-center). [TLS is required](#tls) for all addresses in these blocks.
1092+
Endpoints that use `api.newrelic.com` (such as our [NerdGraph API](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph)) and our New Relic-generated [webhooks for alert policies](/docs/alerts/get-notified/notification-integrations/#webhook) use an IP address from designated network blocks for the US or [EU region](/docs/using-new-relic/welcome-new-relic/get-started/introduction-eu-region-data-center). [TLS is required](#tls) for all addresses in these blocks.
10931093

10941094
<Callout variant="important">
10951095
New Relic has discontinued the use of the following IP ranges: 3.145.244.128/25, 3.77.79.0/25, 3.27.118.128/25, 20.51.136.0/25, 4.197.217.128/25, 18.246.82.0/25, 158.177.65.64/29, 159.122.103.184/29, 161.156.125.32/28. As of May 1, 2025 these ranges may be reallocated by the cloud provider to other customers for purposes out of our control. Please update your network configurations accordingly.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
subject: Infrastructure agent
3+
releaseDate: '2025-12-11'
4+
version: 1.71.3
5+
---
6+
7+
A new version of the agent has been released. Follow standard procedures to [update the Infrastructure agent](/docs/infrastructure/install-configure-manage-infrastructure/update-or-uninstall/update-infrastructure-agent).
8+
New Relic recommends that you upgrade the agent regularly and at a minimum every 3 months. As of this release, the oldest supported version is [Infrastructure agent 1.58.1](/docs/release-notes/infrastructure-release-notes/infrastructure-agent-release-notes/new-relic-infrastructure-agent-1581/).
9+
10+
## Changed
11+
12+
* Updated alpine docker tag to v3.23 in [#2158](https://github.com/newrelic/infrastructure-agent/pull/2158)
13+
* Updated go version to 1.25.5 in [#2161](https://github.com/newrelic/infrastructure-agent/pull/2161)
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: 'Introducing the Cross-cluster UI Public Preview'
3+
summary: 'Gain a unified view of your entire Kubernetes fleet health in a single interface'
4+
releaseDate: '2025-12-10'
5+
learnMoreLink: 'https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/understand-use-data/kubernetes-cross-cluster/'
6+
getStartedLink: 'https://one.newrelic.com/kubernetes'
7+
---
8+
9+
As organizations scale their cloud-native infrastructure, the number of Kubernetes clusters grows exponentially. Managing these environments individually creates silos, making it difficult for Platform Engineers and DevOps teams to understand their fleet's overall health. Constantly switching between different cluster views to identify issues is inefficient and cumbersome, often leading to delayed mean time to detection (MTTD).
10+
11+
New Relic introduces the cross-cluster UI Public Preview to solve this fragmentation. This new experience delivers a centralized "single pane of glass" for your entire Kubernetes fleet, letting you visualize, filter, and compare cluster health in one place. By aggregating key metrics and status indicators, teams can identify cascading issues or regional outages instantly without navigating through multiple browser tabs.
12+
13+
![Cross-cluster UI list view with multiple clusters and health status indicators.](/images/k8s-crosscluster.png "Cross-cluster UI list view with multiple clusters and health status indicators.")
14+
15+
## Key features
16+
17+
* **Unified Fleet Visibility:** View the health status and key metrics of all your Kubernetes clusters in a single, sortable list.
18+
19+
* **Global Filtering:** Easily narrow down your view by filtering across all clusters using attributes like region, environment, or team labels.
20+
21+
* **At-a-glance Health Indicators:** Instantly spot clusters with alerting conditions or resource bottlenecks using color-coded health statuses.
22+
23+
* **Seamless Drill-down:** Navigate from the high-level fleet view directly into specific cluster dashboards for deep-dive troubleshooting with a single click.
24+
25+
This experience supports clusters monitored with the [Kubernetes integration provided by New Relic](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/get-started/introduction-kubernetes-integration/) and also our [OpenTelemetry monitoring for Kubernetes](https://docs.newrelic.com/docs/opentelemetry/opentelemetry-solutions/kubernetes/opentelemetry-kubernetes/).
26+
27+
## Get started
28+
29+
To get started, navigate to the **Kubernetes** option in the main New Relic menu and click the **"Try it out"** button located in the top right.
30+
31+
Want to know more? Check out our [docs](https://docs.newrelic.com/docs/kubernetes-pixie/kubernetes-integration/understand-use-data/kubernetes-cross-cluster/).
32+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: 'Mobile Session Replay in Public Preview'
3+
summary: 'Troubleshoot faster and deliver better customer experiences with full-stack visibility into your mobile app sessions'
4+
releaseDate: '2025-12-11'
5+
getStartedLink: 'https://docs.newrelic.com/docs/mobile-monitoring/mobile-monitoring-ui/mobile-session-replay/'
6+
---
7+
8+
We are excited to announce the Public Preview of Mobile Session Replay. This new capability allows you to review replays for your mobile apps synced with detailed telemetry data, giving you the context needed to understand user interactions and resolve issues faster.
9+
10+
## What is Mobile Session Replay?
11+
12+
Mobile Session Replay provides a visual reproduction of user interactions within your mobile application. Unlike standard crash reporting, it allows you to review high-fidelity replays that are perfectly synced to detailed telemetry data, giving you a complete picture of the user journey alongside the technical performance data.
13+
14+
![Mobile Session Replay](/images/mobile-session-replay.webp "Mobile Session Replay")
15+
16+
## Why Mobile Session Replay?
17+
18+
Understanding user behavior is crucial for optimizing website usability and improving user experience. With Mobile Session Replay, you can:
19+
20+
* **Troubleshoot faster with full-stack visibility:** Review replays synced to detailed telemetry data for faster troubleshooting to deliver better customer experiences.
21+
* **Industry-leading Privacy & Security:** No PII is collected out-of-the-box. Fully customizable masking and sampling settings can be updated server-side and are not dependent on latest app adoption.
22+
* **Only record replays your teams care about:** Use errored-session sampling to only record sessions when something breaks, or take full control and start/pause replays with the API.
23+
24+
## Get started
25+
26+
Mobile Session Replay is available on the latest agents for iOS, Android, and React Native apps.
27+
28+
* [Session Replay](https://newrelic.com/platform/session-replay/)
29+
* [Docs](https://docs.newrelic.com/docs/browser/browser-monitoring/browser-pro-features/user-journeys/)

src/nav/kubernetes-pixie.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ pages:
7373
pages:
7474
- title: Kubernetes cluster
7575
path: /docs/kubernetes-pixie/kubernetes-integration/understand-use-data/kubernetes-cluster-explorer
76+
- title: Kubernetes cross-cluster UI
77+
path: /docs/kubernetes-pixie/kubernetes-integration/understand-use-data/kubernetes-cross-cluster
7678
- title: Find and use your Kubernetes data
7779
path: /docs/kubernetes-pixie/kubernetes-integration/understand-use-data/find-use-your-kubernetes-data
7880
- title: Kubernetes events
121 KB
Loading

static/images/k8s-crosscluster.png

121 KB
Loading
725 KB
Loading

0 commit comments

Comments
 (0)