Skip to content

Commit

Permalink
Merge branch 'main' into shape-up-virtuoso
Browse files Browse the repository at this point in the history
  • Loading branch information
nr-mlosier authored Oct 5, 2023
2 parents 322ab10 + c2a4eb2 commit e2fea49
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dashboards/vertica/vertica.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"id": "viz.markdown"
},
"rawConfiguration": {
"text": "![Logo](https://upload.wikimedia.org/wikipedia/commons/9/9a/Vertica-OT.svg)"
"text": "![Logo](https://raw.githubusercontent.com/newrelic/newrelic-quickstarts/main/quickstarts/vertica/logo.png)"
}
},
{
Expand Down Expand Up @@ -159,7 +159,7 @@
"id": "viz.markdown"
},
"rawConfiguration": {
"text": "**About**\n\nInstrument your application with New Relic - [Add Data](https://one.newrelic.com/catalog-pack-details).\n\nFollow [Vertica documentation](https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/vertica-monitoring-integration/) to instrument Vertica\n\n[Please rate this dashboard](https://docs.google.com/forms/d/e/1FAIpQLSclR38J8WbbB2J1tHnllKUkzWZkJhf4SrJGyavpMd4t82NjnQ/viewform?usp=pp_url&entry.1615922415=Vertica) and let us know how we can improve it for you.\n"
"text": "**About**\n\nInstrument your application with New Relic - [Add Data](https://one.newrelic.com/catalog-pack-details?state=4d144562-d0a9-b132-88e5-f618eb07ab17).\n\nFollow [Vertica documentation](https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/vertica-monitoring-integration/) to instrument Vertica\n\n[Please rate this dashboard](https://docs.google.com/forms/d/e/1FAIpQLSclR38J8WbbB2J1tHnllKUkzWZkJhf4SrJGyavpMd4t82NjnQ/viewform?usp=pp_url&entry.1615922415=Vertica) and let us know how we can improve it for you.\n"
}
},
{
Expand Down
10 changes: 8 additions & 2 deletions data-sources/rmi/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
id: newrelic-java-rmi
displayName: RMI Java Agent Extension
description: |
Deploy RMI Java agent for linking client-server calls, enabling effective monitoring of interactions. Tie client and server transactions with Distributed Tracing.
Deploy RMI Java agent for linking client-server calls, enabling effective monitoring of interactions. Tie client and server transactions with Distributed Tracing (DT).
install:
primary:
nerdlet:
nerdletId: marketplace.install-data-source
nerdletState:
dataSourceId: newrelic-java-rmi
requiresAccount: false
fallback:
link:
url: https://github.com/newrelic/newrelic-java-rmi/tree/main#installation
icon: logo.svg
Expand All @@ -14,4 +20,4 @@ keywords:
- java
- rmi
- remote method invocation
- NR1_addData
- NR1_addData

0 comments on commit e2fea49

Please sign in to comment.