Update
We've released an update to the AWS CloudFormation template for our Metric Streams integration. This update resolves a critical issue that could prevent the stack from being updated and use modern AWS Lambda python runtimes.
To apply the fix to your existing integration, please follow the steps below to update your CloudFormation stack:
Navigate to CloudFormation: Log in to your AWS Management Console and go to the CloudFormation service.
Select Your Stack: Find and select your New Relic Metric Streams stack (it's often named
NewRelic-Metric-Streams-*
), then click Update Stack dropdown. From the options, select Make a direct update. For more information, see the AWS documentation on directly updating stacks.Replace Template: On the update screen, you must select Replace current template.
NOTE: Do not use the "Use existing template" option, as it will not apply the necessary fixes.
Provide the New Template URL: Under the Specify template section, choose the Amazon S3 URL option and paste the following link:
https://nr-downloads-main.s3.amazonaws.com/cloud_integrations/aws/cloudformation/newrelic-cloudformation-mstreams.yml
Confirm and Update: Click Next through the parameter and stack options pages. On the final review page, scroll to the bottom, check the box to acknowledge that AWS CloudFormation might create IAM resources, and click Update stack.
You can monitor the progress in the Events tab. The update is complete when the stack status changes to
UPDATE_COMPLETE
.
Agentless monitoring for EC2, Azure VM, and standardized entity creation across EC2, Azure VMs, and GCP CE is now available.
What's new
We updated our cloud host monitoring capabilities to help you monitor your Amazon EC2, Azure VM, and GCP CE instances more effectively. You'll now have access to:
- Enhanced visibility into your Amazon EC2 and Azure VM infrastructure without the need for complex setup or configuration.
- Simplified set-up that eliminates manual agent installations and configuration.
- For a cloud resource (EC2, Azure VM, GCP CE) same entity is created when they are instrumented by both agents or as well as in agentless mode (API Polling - AWS/Azure/GCP, Cloudwatch Metric Streams integration, Azure Monitor integration)
New Relic can detect your cloud host instances, create entities for them, and provide comprehensive insight into each host's performance, resource utilization, and health.
Fixes to Cloud Integrations API Validations
We're updating how NerdGraph handles certain requests for the cloud
namespace:
- The validations for boolean fields have been updated. From now on,
null
values will be rejected for these fields. - The inventory polling interval and metrics polling interval integer fields have been updated as well. Going forward, these fields will no longer accept null values.
- The
tagKey
parameter under GCP and AWS integrations will no longer accept empty strings as value.
These updates are a bugfix that prevent you from using these values, which in some cases are broken or functionally confusing.
Please ensure that you're providing valid values for these fields in your requests.
To get more information on how to use cloud integration APIs, please see the Configure cloud integrations NerdGraph tutorial.
New
- The Azure Monitor Integration is now available! This new integration enables customers to get all metrics available from Azure Monitor. Check out the documentation for more information.
New
- Azure Monitor metrics integration is now on Public Preview. This new integration allows to get all metrics available from Azure Monitor. Please refer to the documentation for details.
New
- Azure PostgreSQL and MyQL flexible servers integrations are now available. Check PostgreSQL flexible monitoring integration and MySQL flexible monitoring integration for details.
New
- AlloyDB for PostgreSQL integration is now available. New Relic collects metrics for AlloyDB clusters, databases and instances. Check AlloyDB monitoring integration for details.
Updated
As previously announced, we're ending support for Inventory data pushed from our Cloud Integrations (AWS, Azure, GCP).
What is changing?
Inventory data is currently collected on many AWS, Azure, and GCP integrations. It represents static configuration data or resource metadata. Information from hosts or on-host integrations in Inventory is not affected by this change.
What is Inventory?
Inventory data is information about the state and configuration of a service, e.g. service settings. Data appears in the Inventory page and some integration dashboards in the original infrastructure experience. Changes to inventory data generate New Relic InfrastructureEvent
events that can be queried and alerted on.
Capabilities that will no longer be available
- When browsing to Infrastructure > Inventory, any source from
aws/*
,azure/*
orgcp/*
will no longer be available. - Built-in dashboards available in Infrastructure > AWS | Azure | GCP | GovCloud that contain inventory or infrastructure events widgets will no longer display data. These dashboards are planned to be migrated as standard New Relic dashboards enabling all the new capabilities (edit, sharing, new visualizations, and more) which are not available in the original dashboard experience for infrastructure monitoring.
- Queries using
aws
,azure
orgcp
sources fromInfrastructureEvent
will no longer report data.
Why is this capability being deprecated?
- Customers find more value in Host Inventory, which is not being deprecated, but less value in Cloud Integrations.
Alternatives
- Most of the attributes available as Inventory in the polling integrations are also available as metric metadata or tags, so you can query for this information.
- A limited set of integrations also published the same information available in Inventory as standard New Relic Events. In example, the AWS Health integration.
How does this affect AWS CloudWatch metric streams and future integrations for Azure & GCP?
- Inventory isn't available in AWS CloudWatch metric stream, so there's no impact on this capability.
- New integrations for Azure and GCP will be focused on MELT telemetry: Metrics, Events, Logs & Traces, with special focus on Metrics.
Feedback
After this feature is deprecated, if you encounter any issues, you can get help by following these steps in the UI:
- Log in to your New Relic account.
- Visit our comprehensive Help Center. It contains a wealth of information and resources.
- If you need further assistance, click Create a Support Case and our team will be happy to assist you.
New
- AWS CloudWatch metric stream now supports adding percentile statistics to CloudWatch metrics. The New Relic CloudWatch metric stream integration has been updated in order to automatically ingest percentiles defined in metric streams. Learn more about this capability from the CloudWatch metric stream integration documentation.
Update
- All polling integrations for AWS, Azure, and GCP have been optimized to ensure metrics for existing entities are not impacted when large amount of resources are detected from new or existing provider accounts in a short-period of time. Metrics for new resources will be processed according to New Relic system limits, and may not be ingested until the associated entity is registered.
- AWS CloudWatch metric streams integration has been optimized to ensure resource metrics are always ingested as soon as received. When large amount of new resources are detected in a short-period of time, the associated entity and metadata will be available as soon as the entity is registered.