From cae05baf6c2249752fcd8dae8eaf4c6e670b8386 Mon Sep 17 00:00:00 2001 From: Jack Berg Date: Thu, 11 Jul 2024 10:04:32 -0500 Subject: [PATCH 1/9] Update various otel quickstart links to new locations --- dashboards/docker-otel/docker-otel.json | 2 +- dashboards/redis-otel/redis-otel.json | 2 +- dashboards/squid-prometheus/squid.json | 2 +- data-sources/confluent-cloud/config.yml | 2 +- data-sources/docker-otel/config.yml | 2 +- data-sources/hcp-consul-otel/config.yml | 2 +- data-sources/hivemq-integration-docs/config.yml | 2 +- data-sources/redis-otel/config.yml | 2 +- data-sources/singlestore/config.yml | 2 +- data-sources/squid-prometheus-integration-docs/config.yml | 2 +- install/on-host-integration/hivemq/install.yml | 2 +- install/on-host-integration/squid/install.yml | 2 +- install/third-party/confluent-cloud/install.yml | 4 ++-- install/third-party/jenkins/install.yml | 2 +- quickstarts/confluent-cloud/config.yml | 2 +- quickstarts/docker-otel/config.yml | 2 +- quickstarts/hashicorp/hcp-consul-otel/config.yml | 2 +- quickstarts/hivemq/config.yml | 4 ++-- quickstarts/jenkins/config.yml | 4 ++-- quickstarts/opentelemetry/config.yml | 2 +- quickstarts/redis-otel/config.yml | 2 +- quickstarts/singlestore/config.yml | 2 +- quickstarts/squid-prometheus/config.yml | 4 ++-- 23 files changed, 27 insertions(+), 27 deletions(-) diff --git a/dashboards/docker-otel/docker-otel.json b/dashboards/docker-otel/docker-otel.json index 4d293ec914..234ac5dbf5 100644 --- a/dashboards/docker-otel/docker-otel.json +++ b/dashboards/docker-otel/docker-otel.json @@ -19,7 +19,7 @@ "id": "viz.markdown" }, "rawConfiguration": { - "text": "![Docker Logo](https://raw.githubusercontent.com/docker-library/docs/c350af05d3fac7b5c3f6327ac82fe4d990d8729c/docker/logo.png)\n\n### Overview\n[Docker](https://www.docker.com/) is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production.\n\n- - -\n### About this Dashboard\n\n- For information on the prerequisites for this dashboard, please visit the documentation [here](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-docker/).\n- For more information on how to send telemetry data to New Relic using OTEL, visit the documentation [here](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-docker/)\n\n\n\n" + "text": "![Docker Logo](https://raw.githubusercontent.com/docker-library/docs/c350af05d3fac7b5c3f6327ac82fe4d990d8729c/docker/logo.png)\n\n### Overview\n[Docker](https://www.docker.com/) is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. With Docker, you can manage your infrastructure in the same ways you manage your applications. By taking advantage of Docker’s methodologies for shipping, testing, and deploying code quickly, you can significantly reduce the delay between writing code and running it in production.\n\n- - -\n### About this Dashboard\n\n- For information on the prerequisites for this dashboard, please visit the documentation [here](https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/docker).\n- For more information on how to send telemetry data to New Relic using OTEL, visit the documentation [here](https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/docker)\n\n\n\n" } }, { diff --git a/dashboards/redis-otel/redis-otel.json b/dashboards/redis-otel/redis-otel.json index 49cca1369b..a381c50ffa 100644 --- a/dashboards/redis-otel/redis-otel.json +++ b/dashboards/redis-otel/redis-otel.json @@ -19,7 +19,7 @@ "id": "viz.markdown" }, "rawConfiguration": { - "text": "![Redis logo](https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Logo-redis.svg/300px-Logo-redis.svg.png?20210820223643)\n\n### Overview\n[Redis](https://redis.io/) is an in-memory data structure store, used as a database, cache, and message broker. Redis allows you to achieve high performance by keeping your data in memory, but also offers durability options. Its support for a variety of data structures, such as strings, hashes, sets, and lists, has made Redis a versatile tool suitable for a vast number of use cases.\n\n- - -\n### About this Dashboard\n\n- For information on the prerequisites for this dashboard, please visit the documentation [here](https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/redis/redis-integration/).\n- For more information on how to send Redis telemetry data to New Relic using OTEL, visit the documentation [here](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-redis).\n" + "text": "![Redis logo](https://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Logo-redis.svg/300px-Logo-redis.svg.png?20210820223643)\n\n### Overview\n[Redis](https://redis.io/) is an in-memory data structure store, used as a database, cache, and message broker. Redis allows you to achieve high performance by keeping your data in memory, but also offers durability options. Its support for a variety of data structures, such as strings, hashes, sets, and lists, has made Redis a versatile tool suitable for a vast number of use cases.\n\n- - -\n### About this Dashboard\n\n- For information on the prerequisites for this dashboard, please visit the documentation [here](https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/redis/redis-integration/).\n- For more information on how to send Redis telemetry data to New Relic using OTEL, visit the documentation [here](https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/redis).\n" } }, { diff --git a/dashboards/squid-prometheus/squid.json b/dashboards/squid-prometheus/squid.json index 47b8fe92fc..770ee6da5b 100644 --- a/dashboards/squid-prometheus/squid.json +++ b/dashboards/squid-prometheus/squid.json @@ -19,7 +19,7 @@ "id": "viz.markdown" }, "rawConfiguration": { - "text": "![Squid logo](https://upload.wikimedia.org/wikipedia/fr/b/b7/Squid-cache_logo.jpg)\n\n[Squid](http://www.squid-cache.org/) is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.\n\nNew Relic requires the [Prometheus squid-exporter](https://github.com/boynux/squid-exporter) to be installed in order to get entites and metrics from your Squid infrastructure.\n\nRead more installation, configuration and usage in the [docs](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-squid/)" + "text": "![Squid logo](https://upload.wikimedia.org/wikipedia/fr/b/b7/Squid-cache_logo.jpg)\n\n[Squid](http://www.squid-cache.org/) is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.\n\nNew Relic requires the [Prometheus squid-exporter](https://github.com/boynux/squid-exporter) to be installed in order to get entites and metrics from your Squid infrastructure.\n\nRead more installation, configuration and usage in the [docs](https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/squid)" } }, { diff --git a/data-sources/confluent-cloud/config.yml b/data-sources/confluent-cloud/config.yml index 4d88e76123..e67c3b91fa 100644 --- a/data-sources/confluent-cloud/config.yml +++ b/data-sources/confluent-cloud/config.yml @@ -5,7 +5,7 @@ icon: logo.png install: primary: link: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-kafka-confluentcloud + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/confluentcloud keywords: - Confluent - Confluent Cloud diff --git a/data-sources/docker-otel/config.yml b/data-sources/docker-otel/config.yml index f4e07b246d..eb3dbf8c78 100644 --- a/data-sources/docker-otel/config.yml +++ b/data-sources/docker-otel/config.yml @@ -5,7 +5,7 @@ description: | install: primary: link: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-docker/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/docker icon: logo.svg diff --git a/data-sources/hcp-consul-otel/config.yml b/data-sources/hcp-consul-otel/config.yml index 6ceccb44ab..9c0cbf76c2 100644 --- a/data-sources/hcp-consul-otel/config.yml +++ b/data-sources/hcp-consul-otel/config.yml @@ -7,7 +7,7 @@ icon: logo.svg install: primary: link: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-hcp-consul/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/hcp-consul fallback: link: url: https://docs.newrelic.com/docs/infrastructure/infrastructure-integrations/cloud-integrations/hcp-consul-monitoring diff --git a/data-sources/hivemq-integration-docs/config.yml b/data-sources/hivemq-integration-docs/config.yml index adc637cfc5..5988fc03f8 100644 --- a/data-sources/hivemq-integration-docs/config.yml +++ b/data-sources/hivemq-integration-docs/config.yml @@ -5,6 +5,6 @@ description: | install: primary: link: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-hivemq/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/hivemq icon: logo.svg diff --git a/data-sources/redis-otel/config.yml b/data-sources/redis-otel/config.yml index 8f39d0a327..4242bdf1a3 100644 --- a/data-sources/redis-otel/config.yml +++ b/data-sources/redis-otel/config.yml @@ -5,7 +5,7 @@ description: | install: primary: link: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-redis + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/redis icon: logo.svg diff --git a/data-sources/singlestore/config.yml b/data-sources/singlestore/config.yml index dd238f01a7..283bbdd2db 100644 --- a/data-sources/singlestore/config.yml +++ b/data-sources/singlestore/config.yml @@ -6,7 +6,7 @@ icon: logo.png install: primary: link: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-singlestore/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/singlestore keywords: - metrics - database diff --git a/data-sources/squid-prometheus-integration-docs/config.yml b/data-sources/squid-prometheus-integration-docs/config.yml index a4fa7c0cd6..8f76e815f6 100644 --- a/data-sources/squid-prometheus-integration-docs/config.yml +++ b/data-sources/squid-prometheus-integration-docs/config.yml @@ -5,5 +5,5 @@ description: | install: primary: link: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-squid/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/squid icon: logo.png diff --git a/install/on-host-integration/hivemq/install.yml b/install/on-host-integration/hivemq/install.yml index 19d8876dc2..b765b6ae61 100644 --- a/install/on-host-integration/hivemq/install.yml +++ b/install/on-host-integration/hivemq/install.yml @@ -13,4 +13,4 @@ target: install: mode: link destination: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-hivemq/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/hivemq diff --git a/install/on-host-integration/squid/install.yml b/install/on-host-integration/squid/install.yml index dff7cf7535..21f5df8d2b 100644 --- a/install/on-host-integration/squid/install.yml +++ b/install/on-host-integration/squid/install.yml @@ -13,4 +13,4 @@ target: install: mode: link destination: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-squid/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/squid diff --git a/install/third-party/confluent-cloud/install.yml b/install/third-party/confluent-cloud/install.yml index a5212a3f18..893582ae70 100644 --- a/install/third-party/confluent-cloud/install.yml +++ b/install/third-party/confluent-cloud/install.yml @@ -10,5 +10,5 @@ target: install: mode: link destination: - url: >- - https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-kafka-confluentcloud \ No newline at end of file + url: >- + https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/confluentcloud \ No newline at end of file diff --git a/install/third-party/jenkins/install.yml b/install/third-party/jenkins/install.yml index de833dff6b..154fbec6bf 100644 --- a/install/third-party/jenkins/install.yml +++ b/install/third-party/jenkins/install.yml @@ -11,4 +11,4 @@ target: install: mode: link destination: - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/jenkins/monitoring-jenkins-ot/ \ No newline at end of file + url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/monitoring-jenkins-ot/ \ No newline at end of file diff --git a/quickstarts/confluent-cloud/config.yml b/quickstarts/confluent-cloud/config.yml index 6aa562e0f3..956e0065db 100644 --- a/quickstarts/confluent-cloud/config.yml +++ b/quickstarts/confluent-cloud/config.yml @@ -44,7 +44,7 @@ dashboards: - confluent-cloud documentation: - name: Deploy an OpenTelemetry Collector for Confluent Cloud & Kafka metrics collection - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-kafka-confluentcloud + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/confluentcloud description: Steps to build and deploy the OpenTelemetry Collector Contrib instance and configure for Kafka and Confluent Cloud metrics icon: logo.png website: https://www.confluent.io/ diff --git a/quickstarts/docker-otel/config.yml b/quickstarts/docker-otel/config.yml index 60138e63a4..f2ccea49ef 100644 --- a/quickstarts/docker-otel/config.yml +++ b/quickstarts/docker-otel/config.yml @@ -29,7 +29,7 @@ documentation: - name: Docker (OpenTelemetry) installation docs description: | Docker is a set of Platform-as-a-Service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-docker/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/docker dashboards: - docker-otel keywords: diff --git a/quickstarts/hashicorp/hcp-consul-otel/config.yml b/quickstarts/hashicorp/hcp-consul-otel/config.yml index 1f1adb24be..830c55c710 100644 --- a/quickstarts/hashicorp/hcp-consul-otel/config.yml +++ b/quickstarts/hashicorp/hcp-consul-otel/config.yml @@ -35,7 +35,7 @@ keywords: - NR1_sys documentation: - name: Configuration documentation - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-hcp-consul/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/hcp-consul description: HCP Consul configuration documentation icon: logo.svg dataSourceIds: diff --git a/quickstarts/hivemq/config.yml b/quickstarts/hivemq/config.yml index ccf4319afb..866a7fa27b 100644 --- a/quickstarts/hivemq/config.yml +++ b/quickstarts/hivemq/config.yml @@ -19,7 +19,7 @@ description: | ### Value of HiveMQ Quickstarts - [HiveMQ monitoring with New Relic](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-hivemq/) offers advanced features, including: + [HiveMQ monitoring with New Relic](https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/hivemq) offers advanced features, including: - Create custom queries and charts of your data integrations. - Filter and analyze metrics in Infrastructure UI. @@ -43,7 +43,7 @@ documentation: - name: HiveMQ description: | MQTT broker that makes it easy to move data to and from connected devices. - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-hivemq/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/hivemq installPlans: - hivemq-integration-docs diff --git a/quickstarts/jenkins/config.yml b/quickstarts/jenkins/config.yml index b62d46c0aa..a1f86ac03a 100644 --- a/quickstarts/jenkins/config.yml +++ b/quickstarts/jenkins/config.yml @@ -14,7 +14,7 @@ description: |- ### More info - Check out the [documentation](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/jenkins/monitoring-jenkins-ot/) to learn more about New Relic monitoring for Jenkins. + Check out the [documentation](https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/monitoring-jenkins-ot/) to learn more about New Relic monitoring for Jenkins. ### Tie software performance to recent changes and deployments with New Relic change tracking @@ -49,7 +49,7 @@ dashboards: - jenkins documentation: - name: Set up Jenkins OpenTelemetry Plugin - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/jenkins/monitoring-jenkins-ot/ + url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/monitoring-jenkins-ot/ description: Monitor Jenkins with the OpenTelemetry plugin by visualizing jobs and pipeline executions as distributed traces. icon: logo.svg website: https://www.newrelic.com diff --git a/quickstarts/opentelemetry/config.yml b/quickstarts/opentelemetry/config.yml index fa8ad7a458..5580d82181 100644 --- a/quickstarts/opentelemetry/config.yml +++ b/quickstarts/opentelemetry/config.yml @@ -36,7 +36,7 @@ documentation: description: | Suite of APIs and agents intended to capture metric, log, and trace data from your software. - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/opentelemetry-setup + url: https://docs.newrelic.com/docs/opentelemetry/get-started/opentelemetry-get-started-intro/ keywords: - open source monitoring - open telemetry diff --git a/quickstarts/redis-otel/config.yml b/quickstarts/redis-otel/config.yml index 4d432d5c31..23f453cbd3 100644 --- a/quickstarts/redis-otel/config.yml +++ b/quickstarts/redis-otel/config.yml @@ -22,7 +22,7 @@ documentation: - name: Redis (OpenTelemetry) installation docs description: | Redis is an in-memory data structure store, used as a database, cache, and message broker. Monitoring it provides insights into its operations and performance. - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-redis + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/redis keywords: - open telemetry diff --git a/quickstarts/singlestore/config.yml b/quickstarts/singlestore/config.yml index 50b8f7e38b..ead6551e5e 100644 --- a/quickstarts/singlestore/config.yml +++ b/quickstarts/singlestore/config.yml @@ -19,7 +19,7 @@ documentation: - name: SingleStore OpenTelemetry setup documentation description: | Set up an OTeL collector to monitor your SingleStoreDB instance. - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-singlestore/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/singlestore dataSourceIds: - singlestore keywords: diff --git a/quickstarts/squid-prometheus/config.yml b/quickstarts/squid-prometheus/config.yml index d93cdf7ff3..2969c67bdb 100644 --- a/quickstarts/squid-prometheus/config.yml +++ b/quickstarts/squid-prometheus/config.yml @@ -15,7 +15,7 @@ description: | Monitor Squid Cache Managers with New Relic to quickly gain visibility into your cache manager, including active cache managers, traffic, hit rate and more. ### Value of Squid Quickstarts - [Squid monitoring with New Relic](https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-squid/) offers advanced features, including: + [Squid monitoring with New Relic](https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/squid) offers advanced features, including: - Create custom queries and charts of your data integrations. - Filter and analyze metrics in Infrastructure UI. New Relic’s instant observability quickstart helps developers reduce administrative overheads and accelerate time to value. As New Relic is SaaS-based, you also don’t have to worry about maintenance or onboarding. @@ -36,7 +36,7 @@ documentation: - name: Squid (Prometheus) description: | Caching proxy for the Web supporting different protocols that reduces bandwidth and improves response times. - url: https://docs.newrelic.com/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/collector/collector-configuration-examples/opentelemetry-collector-squid/ + url: https://github.com/newrelic/newrelic-opentelemetry-examples/tree/main/other-examples/collector/squid installPlans: - squid-prometheus-integration-docs From 28653f003c7e9a4a9982f890adc0a5227d000cc6 Mon Sep 17 00:00:00 2001 From: RamanaReddy8801 Date: Fri, 12 Jul 2024 10:14:38 +0530 Subject: [PATCH 2/9] updated the datasource for apache zookeeper --- data-sources/apache-zooKeeper/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data-sources/apache-zooKeeper/config.yml b/data-sources/apache-zooKeeper/config.yml index 7d4dca0e05..7a7f66a5e5 100644 --- a/data-sources/apache-zooKeeper/config.yml +++ b/data-sources/apache-zooKeeper/config.yml @@ -4,6 +4,10 @@ description: | Unlock the power of Apache ZooKeeper monitoring with the seamless integration of New Relic infrastructure. install: primary: - link: - url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/zookeeper-monitoring-integration/ + nerdlet: + nerdletId: marketplace.install-data-source + nerdletState: + dataSourceId: apache-zookeeper + frameworkConfigId: apache-zookeeper + requiresAccount: false icon: logo.png From 5156308403964daf5837865ec2a4e8abea408af6 Mon Sep 17 00:00:00 2001 From: pkudikyala Date: Fri, 12 Jul 2024 15:55:22 +0530 Subject: [PATCH 3/9] Added new install config for Sonarqube data source. --- data-sources/sonarqube/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data-sources/sonarqube/config.yml b/data-sources/sonarqube/config.yml index e47597a881..f3e5314127 100644 --- a/data-sources/sonarqube/config.yml +++ b/data-sources/sonarqube/config.yml @@ -5,7 +5,11 @@ description: | icon: logo.png install: primary: - link: - url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/sonarqube-monitoring-integration/ + nerdlet: + nerdletId: marketplace.install-data-source + nerdletState: + dataSourceId: sonarqube + frameworkConfigId: sonarqube + requiresAccount: false keywords: - sonarqube From 6cb30d1b43ed6e4608d630f0e8ef15adf22bc922 Mon Sep 17 00:00:00 2001 From: Abhinav Tiwari Date: Mon, 15 Jul 2024 19:18:25 +0530 Subject: [PATCH 4/9] change source for nvidia-gpu --- data-sources/nvidia-gpu/config.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/data-sources/nvidia-gpu/config.yml b/data-sources/nvidia-gpu/config.yml index c837e167f7..e9efe9b7d7 100644 --- a/data-sources/nvidia-gpu/config.yml +++ b/data-sources/nvidia-gpu/config.yml @@ -5,8 +5,12 @@ description: | install: primary: - link: - url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/nvidia-gpu-integration/ + nerdlet: + nerdletId: marketplace.install-data-source + nerdletState: + dataSourceId: nvidia-gpu + frameworkConfigId: nvidia-gpu + requiresAccount: false icon: logo.png @@ -16,4 +20,4 @@ keywords: - gpu categoryTerms: - - infrastructure \ No newline at end of file + - infrastructure From 83e272533e84e47819cec2f9c8f1653450e67415 Mon Sep 17 00:00:00 2001 From: pkudikyala Date: Tue, 16 Jul 2024 11:41:05 +0530 Subject: [PATCH 5/9] Added install config for Apache Hadoop --- data-sources/apache-hadoop/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data-sources/apache-hadoop/config.yml b/data-sources/apache-hadoop/config.yml index 95b13224d3..6db055229c 100644 --- a/data-sources/apache-hadoop/config.yml +++ b/data-sources/apache-hadoop/config.yml @@ -5,8 +5,12 @@ description: | icon: logo.png install: primary: - link: - url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/apache-hadoop-monitoring-integration/ + nerdlet: + nerdletId: marketplace.install-data-source + nerdletState: + dataSourceId: apache-hadoop + frameworkConfigId: apache-hadoop + requiresAccount: false keywords: - apache-hadoop - apache \ No newline at end of file From 1cc3f7fb0cb2770ef3e9527f2cff7f365ec5154b Mon Sep 17 00:00:00 2001 From: Leo Godin Date: Tue, 16 Jul 2024 08:03:47 -0400 Subject: [PATCH 6/9] feat(data-source): Migrate to config for dbt Cloud --- data-sources/dbt-cloud/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data-sources/dbt-cloud/config.yml b/data-sources/dbt-cloud/config.yml index 4b46f85432..c7221b5673 100644 --- a/data-sources/dbt-cloud/config.yml +++ b/data-sources/dbt-cloud/config.yml @@ -5,8 +5,12 @@ description: | icon: logo.png install: primary: - link: - url: https://docs.newrelic.com/docs/more-integrations/dbt-cloud/dbt-cloud-integration/ + nerdlet: + nerdletId: marketplace.install-data-source + nerdletState: + dataSourceId: dbt-cloud + frameworkConfigId: dbt-cloud + requiresAccount: false keywords: - dbt cloud - dbt From 6720166208722ee245a0abd3332fc4c4dc867394 Mon Sep 17 00:00:00 2001 From: RamanaReddy8801 Date: Thu, 18 Jul 2024 10:08:45 +0530 Subject: [PATCH 7/9] Updated the datasource for apache Druid --- data-sources/apache-druid/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data-sources/apache-druid/config.yml b/data-sources/apache-druid/config.yml index 12122b5362..88bb6bd092 100644 --- a/data-sources/apache-druid/config.yml +++ b/data-sources/apache-druid/config.yml @@ -5,8 +5,12 @@ description: | icon: logo.png install: primary: - link: - url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/apache-druid-integration/ + nerdlet: + nerdletId: marketplace.install-data-source + nerdletState: + dataSourceId: apache-druid + frameworkConfigId: apache-druid + requiresAccount: false keywords: - apache-druid - apache From 62d2402a08412c34d3d0d135d2561c660aa2e5af Mon Sep 17 00:00:00 2001 From: RamanaReddy8801 Date: Thu, 18 Jul 2024 10:39:47 +0530 Subject: [PATCH 8/9] Updated k6 Documentation links --- data-sources/k6-prometheus/config.yml | 2 +- data-sources/k6/config.yml | 2 +- quickstarts/k6-prometheus/config.yml | 2 +- quickstarts/k6/config.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data-sources/k6-prometheus/config.yml b/data-sources/k6-prometheus/config.yml index 0b5ccfc187..7235708404 100644 --- a/data-sources/k6-prometheus/config.yml +++ b/data-sources/k6-prometheus/config.yml @@ -5,5 +5,5 @@ description: | install: primary: link: - url: https://k6.io/docs/results-output/real-time/prometheus-remote-write/ + url: https://grafana.com/docs/k6/latest/results-output/real-time/prometheus-remote-write/ icon: logo.svg diff --git a/data-sources/k6/config.yml b/data-sources/k6/config.yml index 267a095a42..388310e5b7 100644 --- a/data-sources/k6/config.yml +++ b/data-sources/k6/config.yml @@ -5,5 +5,5 @@ description: | install: primary: link: - url: https://k6.io/docs/results-output/real-time/new-relic/ + url: https://grafana.com/docs/k6/latest/results-output/real-time/new-relic/ icon: logo.svg diff --git a/quickstarts/k6-prometheus/config.yml b/quickstarts/k6-prometheus/config.yml index 012c66cf1e..055b685442 100644 --- a/quickstarts/k6-prometheus/config.yml +++ b/quickstarts/k6-prometheus/config.yml @@ -39,7 +39,7 @@ keywords: documentation: - name: Set up k6 to send data to New Relic - url: https://k6.io/docs/results-output/real-time/prometheus-remote-write/ + url: https://grafana.com/docs/k6/latest/results-output/real-time/prometheus-remote-write/ description: Information on how to set up k6 to send data to New Relic, including all configuration options from k6. - name: Set up your Prometheus remote write integration url: https://docs.newrelic.com/docs/infrastructure/prometheus-integrations/install-configure-remote-write/set-your-prometheus-remote-write-integration/ diff --git a/quickstarts/k6/config.yml b/quickstarts/k6/config.yml index ef3fb1fc2d..3e52eedb73 100644 --- a/quickstarts/k6/config.yml +++ b/quickstarts/k6/config.yml @@ -39,7 +39,7 @@ keywords: documentation: - name: Set up k6 to send data to New Relic - url: https://k6.io/docs/results-output/real-time/new-relic/ + url: https://grafana.com/docs/k6/latest/results-output/real-time/new-relic/ description: Information on how to set up k6 to send data to New Relic, including all configuration options from k6. - name: Learn more about the New Relic StatsD integration url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/statsd-monitoring-integration-version-2/ From bd9ec969b92a2dbc65408ce8dddc13285eeaf9fc Mon Sep 17 00:00:00 2001 From: shivanikashyap Date: Thu, 18 Jul 2024 18:16:51 +0530 Subject: [PATCH 9/9] Added install config for Linkerd --- data-sources/linkerd/config.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/data-sources/linkerd/config.yml b/data-sources/linkerd/config.yml index d716510561..07781177c1 100644 --- a/data-sources/linkerd/config.yml +++ b/data-sources/linkerd/config.yml @@ -4,8 +4,12 @@ description: | Enhance the performance monitoring and instrumentation of your Linkerd by integrating New Relic. install: primary: - link: - url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/linkerd-integration/ + nerdlet: + nerdletId: marketplace.install-data-source + nerdletState: + dataSourceId: linkerd + frameworkConfigId: linkerd + requiresAccount: false keywords: - linkerd icon: logo.png