-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
title: Change Intelligence Tool | ||
--- | ||
We are thrilled to introduce a new feature in New Relic that significantly enhances your ability to use GitHub Copilot chat to inquire about an application's performance post-deployment. This feature provides detailed insights into your application's performance and stability following each new deployment, enabling you to swiftly identify and address any issues that may arise, ensuring a smooth and reliable user experience. | ||
Check failure on line 4 in src/content/docs/agentic-ai/change-intelligence-tool.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/change-intelligence-tool.mdx#L4
Raw output
Check notice on line 4 in src/content/docs/agentic-ai/change-intelligence-tool.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/change-intelligence-tool.mdx#L4
Raw output
Check notice on line 4 in src/content/docs/agentic-ai/change-intelligence-tool.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/change-intelligence-tool.mdx#L4
Raw output
Check notice on line 4 in src/content/docs/agentic-ai/change-intelligence-tool.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/change-intelligence-tool.mdx#L4
Raw output
|
||
|
||
Your access to the New Relic observability platform grants you comprehensive visibility into all data related to your application. | ||
|
||
### Feature highlights | ||
|
||
- Tracking application performance post-deployment. | ||
- **Aggregate report:** Provides a comprehensive summary of key performance metrics directly within your native GitHub Copilot experience, featuring: | ||
Check notice on line 11 in src/content/docs/agentic-ai/change-intelligence-tool.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/change-intelligence-tool.mdx#L11
Raw output
|
||
- Security vulnerabilities: Identification of new security vulnerabilities detected since the last deployment. | ||
- Log Issues: Detection of errors, warnings, or other log-related issues. | ||
- Tracing Information: Detailed tracing data for in-depth analysis. | ||
- Golden Signals: Alerts indicating anomalous values in latency, traffic, errors, or saturation. | ||
- hreshold Alerts: Notifications for alerts that exceed predefined thresholds. | ||
- Error Reporting: Comprehensive error tracking and reporting capabilities. | ||
- **Direct Links:** Provides direct links to New Relic for further investigation of any surfaced issues, allowing for deeper insights and analysis. | ||
|
||
### Getting Started | ||
To begin using the Change Intelligence tool for deployments, ensure that both [New Relic AI](/docs/new-relic-solutions/new-relic-one/core-concepts/new-relic-ai/#enable) and [Change Tracking](/docs/change-tracking/change-tracking-introduction/) are enabled. Detailed instructions for integrating the New Relic Change Tracking feature with GitHub Actions can be found [here](/docs/change-tracking/ci-cd/change-tracking-github-actions). | ||
Check notice on line 21 in src/content/docs/agentic-ai/change-intelligence-tool.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/change-intelligence-tool.mdx#L21
Raw output
Check notice on line 21 in src/content/docs/agentic-ai/change-intelligence-tool.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/change-intelligence-tool.mdx#L21
Raw output
|
||
|
||
### Steps | ||
By adhering to these steps, you can efficiently generate a Change Intelligence Report to evaluate the impact of your deployments and make informed decisions. | ||
|
||
**Step 1: Enter the Initial Query**- | ||
|
||
- To generate a Change Intelligence Report, execute the following command in the GitHub Chat extension: | ||
|
||
- Prompt: Type `@newrelic how did my deployment for <entity_name> go?` | ||
|
||
- This command will produce an output prompting you to select an associated New Relic account. | ||
|
||
**Step 2: Select Account** | ||
|
||
- To analyze a specific account, enter the following command: | ||
|
||
- Prompt: Type `@newrelic select account <account_number>` or `use account <account-number>` | ||
|
||
**Step 3: Select Deployment** | ||
|
||
- To analyze a specific deployment, enter the following command: | ||
|
||
- Prompt: Type `@newrelic analyze deployment <deployment_number>` or just `<deployment_number>` | ||
|
||
- This action will generate the Change Intelligence Report. | ||
|
||
**Information Outcomes** | ||
|
||
In GitHub Copilot chat, there are three possible outcome summaries: | ||
1. Deployment Successful: The deployment was successful, allowing the user to proceed with the operation. | ||
1. Deployment Unsuccessful: The deployment failed, necessitating a rollback by the user. Up to three reasons for the failure may be provided. | ||
Check notice on line 52 in src/content/docs/agentic-ai/change-intelligence-tool.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/change-intelligence-tool.mdx#L52
Raw output
|
||
1. Conditional Deployment: The deployment is expected to succeed, but the user must resolve one specific issue beforehand. | ||
Check notice on line 53 in src/content/docs/agentic-ai/change-intelligence-tool.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/change-intelligence-tool.mdx#L53
Raw output
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Install New Relic GitHub Copilot extension | ||
--- | ||
### Prerequisites | ||
|
||
Before getting started, review the following prerequisites to ensure a smooth setup process: | ||
|
||
1. **VS Code:** Ensure you have Visual Studio Code installed on your machine. | ||
1. **GitHub Copilot Access:** Make sure you have access to [GitHub Copilot](https://github.com/features/copilot). | ||
|
||
**Step 1: Install GitHub Copilot Chat extension** | ||
|
||
1. Launch Visual Studio Code. | ||
1. Navigate to the extensions view by selecting the extensions icon located in the activity bar on the side panel. | ||
1. In the search bar, type **GitHub Copilot Chat** and proceed to install the extension. | ||
|
||
<img | ||
title="New Relic Co-pilot Chat Extension" | ||
alt="New Relic Co-pilot Chat Extension" | ||
src="/images/new-relic-co-pilot-extension-step-1.webp" | ||
/> | ||
|
||
**Step 2: Sign-in to GitHub** | ||
|
||
1. Open the GitHub Copilot Chat extension by selecting its icon from the sidebar. | ||
1. Follow the on-screen prompts to sign in to GitHub. | ||
|
||
<Callout variant="important" title="Important"> | ||
Currently, the installation and authorization process applies to customers using **GitHub Enterprise Cloud**. If you are using **GitHub Enterprise Server** (on-premises), be aware that this functionality is not available. | ||
Check failure on line 29 in src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx#L29
Raw output
|
||
</Callout> | ||
|
||
<img | ||
title="New Relic Co-pilot Sign In" | ||
alt="New Relic Co-pilot Sign In" | ||
src="/images/new-relic-co-pilot-extension-step-2.webp" | ||
style="width: 50%; align: center;" | ||
/> | ||
|
||
**Step 3: Install New Relic Agent** | ||
|
||
1. Access to [New Relic Agent](https://github.com/marketplace/newrelic-copilot-extension) on GitHub MarketPlace. | ||
|
||
1. Click **Install it for free** to integrate the agent with your GitHub account. | ||
|
||
**Step 4: Use the New Relic Agent in GitHub Chat extension** | ||
|
||
Once the agent is installed, it can be used within the GitHub Chat extension in Visual Studio Code. The agent will assist with a variety of tasks and offer valuable insights. | ||
Check notice on line 47 in src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx#L47
Raw output
Check notice on line 47 in src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx#L47
Raw output
|
||
|
||
|
||
**Step 5: Communicate with the New Relic Agent** | ||
|
||
To interact with the New Relic Agent, enter `@newrelic <your message>` in the chat input box. This action will submit your message to the agent for processing. | ||
|
||
**Step 6: Initial sign-in prompt** | ||
|
||
Upon your initial attempt to use the agent, you will be prompted to sign in. Follow the provided instructions to complete the sign-in process. | ||
Check notice on line 56 in src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx#L56
Raw output
Check notice on line 56 in src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/install-new-relic-github-copilot-app.mdx#L56
Raw output
|
||
|
||
**Step 7: Agent functionality** | ||
|
||
After signing in, the New Relic Agent becomes fully operational and is ready to assist with various testing and monitoring tasks. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: New Relic GitHub Copilot extension | ||
--- | ||
|
||
<Callout variant="caution" title="Preview"> | ||
We're still working on this feature, but we'd love for you to try it out! New | ||
Relic's proprietary and confidential information. For authorized users only. | ||
Unauthorized uses and disclosures are prohibited. This feature is currently | ||
Check notice on line 8 in src/content/docs/agentic-ai/introduction-agentic-ai.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/introduction-agentic-ai.mdx#L8
Raw output
Check notice on line 8 in src/content/docs/agentic-ai/introduction-agentic-ai.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/introduction-agentic-ai.mdx#L8
Raw output
|
||
provided as part of a preview pursuant to our [pre-release | ||
policies](https://docs.newrelic.com/docs/licenses/license-information/referenced-policies/new-relic-pre-release-policy/). | ||
</Callout> | ||
|
||
We have successfully built a fleet of LLM-enabled agents that automate common research and troubleshooting tasks while facilitating cross-platform agentic orchestration. In this new reality, engineers and other software professionals can work seamlessly in any system of their choice. They can effortlessly prompt their genAI assistant to coordinate with other assistants to complete tasks on their behalf. This innovation is Codename: O11.ai. | ||
Check failure on line 13 in src/content/docs/agentic-ai/introduction-agentic-ai.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/introduction-agentic-ai.mdx#L13
Raw output
|
||
|
||
We have successfully leveraged an opportunity with MSFT/GH CoPilot to jumpstart this initiative. Together with MSFT/GH, we have co-developed a limited version of this product that integrates with GitHub CoPilot chat. We have continued to enhance and expand the initial integration, resulting in a more versatile offering that can be seamlessly integrated with a variety of tools across the SDLC/ITSM space. This solution is now capable of handling tasks across multiple domains in DevSecBizGitMLOps. | ||
Check failure on line 15 in src/content/docs/agentic-ai/introduction-agentic-ai.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/introduction-agentic-ai.mdx#L15
Raw output
Check failure on line 15 in src/content/docs/agentic-ai/introduction-agentic-ai.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/introduction-agentic-ai.mdx#L15
Raw output
Check notice on line 15 in src/content/docs/agentic-ai/introduction-agentic-ai.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/introduction-agentic-ai.mdx#L15
Raw output
Check failure on line 15 in src/content/docs/agentic-ai/introduction-agentic-ai.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/introduction-agentic-ai.mdx#L15
Raw output
Check notice on line 15 in src/content/docs/agentic-ai/introduction-agentic-ai.mdx GitHub Actions / vale[vale] src/content/docs/agentic-ai/introduction-agentic-ai.mdx#L15
Raw output
|
||
|
||
Agentic AI: Integration and Setup Guide | ||
Intro to Agentic AI | ||
Partners, agents, and public API available | ||
Setup guide to do the most of the new experience |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
title: Agentic AI | ||
path: /docs/agentic-ai | ||
pages: | ||
- title: Introduction to Agentic AI | ||
path: /docs/agentic-ai/introduction-agentic-ai | ||
- title: Install Agentic AI | ||
path: /docs/agentic-ai/install-new-relic-github-copilot-app | ||
- title: Change Intelligence tool | ||
path: /docs/agentic-ai/change-intelligence-tool |