Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daily release/dec 14 2023 7 45 #15541

Merged
merged 5 commits into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metaDescription: Use NerdGraph to programatically manage your synthetic monitors
freshnessValidatedDate: never
---

Our [NerdGraph API](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/) allows you to automate creating, updating, or deleting your [synthetic monitors](/docs/synthetics/synthetic-monitoring/using-monitors/add-edit-monitors/), (private locations)[/docs/synthetics/synthetic-monitoring/private-locations/private-locations-overview-monitor-internal-sites-add-new-locations/], (secure credentials)[/docs/synthetics/synthetic-monitoring/using-monitors/store-secure-credentials-scripted-browsers-api-tests/], and (monitor downtimes)[/docs/synthetics/synthetic-monitoring/using-monitors/monitor-downtimes-disable-monitoring-during-scheduled-maintenance-times/].
Our [NerdGraph API](/docs/apis/nerdgraph/get-started/introduction-new-relic-nerdgraph/) allows you to automate creating, updating, or deleting your [synthetic monitors](/docs/synthetics/synthetic-monitoring/using-monitors/add-edit-monitors/), [private locations](/docs/synthetics/synthetic-monitoring/private-locations/private-locations-overview-monitor-internal-sites-add-new-locations/), [secure credentials](/docs/synthetics/synthetic-monitoring/using-monitors/store-secure-credentials-scripted-browsers-api-tests/), and [monitor downtimes](/docs/synthetics/synthetic-monitoring/using-monitors/monitor-downtimes-disable-monitoring-during-scheduled-maintenance-times/).

## Requirements [#requirements]

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
subject: Mobile app for Android
releaseDate: '2023-12-14'
version: 5.11.1
downloadLink: 'https://play.google.com/store/apps/details?id=com.newrelic.rpm'
---

### Notes

* Improve charts for alerts and apdex.
* Improve dashboards with the variables select all option.
* Fix device notification registration for social sign-on users.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ releaseDate: '2023-11-17'
On **January 15, 2024**, IPs from pre-August 2023 used for synthetics private location communication will return to Amazon. Once returned to Amazon, these IPs could be used by others in the future.

**What’s changing?**
Synthetics private locations use Horde to retrieve synthetic checks and return results. Horde IP ranges changed in [August 2023](/whats-new/2023/06/whats-new-06-23-synthetics-horde-ip-changes/). The IPs used pre-August 2023 will return to Amazon on January 15, 2024 and could be used by others in the future.
Synthetics private locations use Horde to retrieve synthetic checks and return results. Horde IP ranges changed in [August 2023](https://docs.newrelic.com/whats-new/2023/06/whats-new-06-23-synthetics-horde-ip-changes/). The IPs used pre-August 2023 will return to Amazon on January 15, 2024 and could be used by others in the future.

Legacy US horde IPs:
* 13.248.153.51
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ releaseDate: '2023-12-13'
learnMoreLink: 'https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial/#monitor-downtimes'
---

Schedule (monitor downtimes)[/docs/synthetics/synthetic-monitoring/using-monitors/monitor-downtimes-disable-monitoring-during-scheduled-maintenance-times/] to specify times that your synthetic monitors shouldn't run, stopping alerts and preserving SLA report metrics.
Schedule [monitor downtimes](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/using-monitors/monitor-downtimes-disable-monitoring-during-scheduled-maintenance-times/) to specify times that your synthetic monitors shouldn't run, stopping alerts and preserving SLA report metrics.

With the updated monitor downtime experience, you can:
* Schedule monitor downtime windows that span more than 24 hours.
* Manage monitor downtime configurations programmatically using (NerdGraph)[/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial/#monitor-downtimes].
* View relationships between synthetic monitors and monitor downtime configurations using [service maps](/docs/new-relic-solutions/new-relic-one/ui-data/service-maps/service-maps/) and (entity relationship NerdGraph queries)[/docs/apis/nerdgraph/examples/nerdgraph-entities-api-tutorial/#list-relationships].
* Manage monitor downtime configurations programmatically using [NerdGraph](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial/#monitor-downtimes).
* View relationships between synthetic monitors and monitor downtime configurations using [service maps](https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/ui-data/service-maps/service-maps/) and [entity relationship NerdGraph queries](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-entities-api-tutorial/#list-relationships).

**Next Steps**
* Check out our docs for the monitor downtime (UI)[/docs/synthetics/synthetic-monitoring/using-monitors/monitor-downtimes-disable-monitoring-during-scheduled-maintenance-times/] and (API)[/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial/#monitor-downtimes] information.
* Check out our docs for the monitor downtime [UI](https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/using-monitors/monitor-downtimes-disable-monitoring-during-scheduled-maintenance-times/) and [API](https://docs.newrelic.com/docs/apis/nerdgraph/examples/nerdgraph-synthetics-tutorial/#monitor-downtimes) information.
Loading