Skip to content

Commit

Permalink
Merge branch 'main' into shopify2
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkitten authored Nov 16, 2023
2 parents decb805 + 3581906 commit 1803486
Show file tree
Hide file tree
Showing 8 changed files with 957 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
874 changes: 874 additions & 0 deletions dashboards/golden-signals-dashboard/golden-signals-dashboard.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dashboards/nvidia-dcgm/nvidia-dcgm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "NVIDIA",
"name": "NVIDIA-DCGM",
"description": null,
"pages": [
{
Expand All @@ -19,7 +19,7 @@
"id": "viz.markdown"
},
"rawConfiguration": {
"text": "![NVIDIA DCGM](https://github-production-user-asset-6210df.s3.amazonaws.com/104448291/279630087-461421da-3f8b-4d71-bac7-2e20d58b4180.png)"
"text": "![NVIDIA DCGM](https://raw.githubusercontent.com/newrelic/newrelic-quickstarts/main/quickstarts/nvidia-dcgm/logo.png)"
}
},
{
Expand Down Expand Up @@ -125,7 +125,7 @@
"id": "viz.markdown"
},
"rawConfiguration": {
"text": "**About**\n\nInstrument your application with New Relic - [Add Data](https://one.newrelic.com).\n\nInstrument NVIDIA DCGM with New Relic using the [documentation](https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/nvidia-dcgm-integration/).\n\n[Please rate this dashboard](https://docs.google.com/forms/d/e/1FAIpQLSclR38J8WbbB2J1tHnllKUkzWZkJhf4SrJGyavpMd4t82NjnQ/viewform?usp=pp_url&entry.1615922415=nvidia-dcgm) here and let us know how we can improve it for you."
"text": "**About**\n\nInstrument your application with New Relic - [Add Data](https://one.newrelic.com/catalog-pack-details?state=4cf414ad-0a50-9fae-84b8-1925fbb2ebfb).\n\nInstrument NVIDIA DCGM with New Relic using the [documentation](https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/nvidia-dcgm-integration/).\n\n[Please rate this dashboard](https://docs.google.com/forms/d/e/1FAIpQLSclR38J8WbbB2J1tHnllKUkzWZkJhf4SrJGyavpMd4t82NjnQ/viewform?usp=pp_url&entry.1615922415=nvidia-dcgm) here and let us know how we can improve it for you."
}
},
{
Expand Down
79 changes: 79 additions & 0 deletions quickstarts/golden-signals-dashboard/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
id: b9e3fc9f-c54a-4e30-8f2a-0319a07f7ac3
# Sets the URL name of the quickstart on public I/O (required)
slug: golden-signals-dashboard-for-new-relic

# Displayed in the UI (required)
title: Golden signals for New Relic

# Long-form description of the quickstart (required)
description: |
Dashboard to monitor golden signals across APM, Infrastructure, Synthetics, Browser and Mobile with template variables to dynamically filter widgets.
# Displayed in search results and recommendations. Summarizes a quickstarts functionality.
summary: |
Monitoring the golden signals allows you to quickly see an overview of the health of your application. This dashboard lets you monitor golden signals across APM, Infrastructure, Synthetics, Browser and Mobile with template variables to dynamically filter widgets.
# Support level: New Relic | Verified | Community (required)
level: Community

# Authors of the quickstart (required)
authors:
- Zahra Siddiqa

# Keywords for filtering / searching criteria in the UI
keywords:
- golden signals
- monitoring
- latency
- traffic
- errors
- error rates
- availability

# # Reference to alert policies to be included in this quickstart
# alertPolicies:
# - condition-a
# - condition-b

# Reference to dashboards to be included in this quickstart
dashboards:
- golden-signals-dashboard

# Documentation references
documentation:
- name: Install APM agent
url: https://docs.newrelic.com/introduction-apm/
description: Monitor everything from the hundreds of dependencies of a modern stack down to simple web-transaction times and throughput of an app.

- name: Install Infrastructure agent
url: https://docs.newrelic.com/docs/infrastructure/install-infrastructure-agent/get-started/install-infrastructure-agent/
description: New Relic's infrastructure monitoring agent collects data about your hosts. It also reports data from some third party services, if enabled, and also log data.

- name: Set up Synthetic monitor
url: https://docs.newrelic.com/docs/synthetics/synthetic-monitoring/getting-started/get-started-synthetic-monitoring/
description: Synthetic monitoring helps you proactively catch and resolve issues before they affect your customers, all without an installation.

- name: Install Browser agent
url: https://docs.newrelic.com/docs/browser/browser-monitoring/installation/install-browser-monitoring-agent/
description: The browser agent is a snippet of JavaScript code that monitors the performance of your app/site.

- name: Install Mobile agent
url: https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile/get-started/introduction-mobile-monitoring/
description: New Relic's mobile monitoring capabilities provide deeper visibility into the performance and crash troubleshooting of your Android, iOS, or hybrid mobile applications.

dataSourceIds:
- golang
- microsoftnet
- java
- node-js
- php
- python
- ruby
- new-relic-infrastructure-agent
- new-relic-synthetics
- new-relic-browser
- mobile-getting-started

# Content / Design
icon: logo.svg
website: https://www.newrelic.com
1 change: 1 addition & 0 deletions quickstarts/golden-signals-dashboard/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1803486

Please sign in to comment.