diff --git a/scripts/actions/fetch-quickstarts.js b/scripts/actions/fetch-quickstarts.js index d55410413..7dda7d292 100644 --- a/scripts/actions/fetch-quickstarts.js +++ b/scripts/actions/fetch-quickstarts.js @@ -53,6 +53,7 @@ const quickstartQuery = `# gql name summary websiteUrl + keywords } } } diff --git a/src/components/PackTile.js b/src/components/PackTile.js index 053973d41..b764b38bc 100644 --- a/src/components/PackTile.js +++ b/src/components/PackTile.js @@ -8,6 +8,7 @@ import { Icon, useTessen, useInstrumentedHandler, + Tag, } from '@newrelic/gatsby-theme-newrelic'; import PackImg from './PackImg'; @@ -23,6 +24,7 @@ const VIEWS = { const PackTile = ({ id, view, + featured, name, fields, logoUrl, @@ -69,11 +71,13 @@ const PackTile = ({ interactive css={css` overflow: hidden; + display: flex; + flex-direction: column; ${view === VIEWS.LIST && css` - display: flex; margin-bottom: 1em; + flex-direction: row; `} `} onClick={fields ? handlePackClick : handleBuildTileClick} @@ -87,12 +91,13 @@ const PackTile = ({ object-fit: scale-down; width: ${view === VIEWS.GRID ? 100 : 25}%; padding: 0 ${view === VIEWS.GRID ? 5 : 1}%; - margin: ${view === VIEWS.GRID ? 'auto' : 0}; + margin: 10px auto; ${view === VIEWS.LIST && css` max-height: 150px; + flex: 0 0 auto; @media (max-width: 1080px) { display: none; } @@ -102,11 +107,11 @@ const PackTile = ({
+
+ {featured && ( + + Featured + + )} +
); }; @@ -140,6 +170,7 @@ PackTile.propTypes = { summary: PropTypes.string, level: PropTypes.string, className: PropTypes.string, + featured: PropTypes.bool, }; export default PackTile; diff --git a/src/data/quickstarts.json b/src/data/quickstarts.json index 960ed32c7..47e5d2e27 100644 --- a/src/data/quickstarts.json +++ b/src/data/quickstarts.json @@ -13,10 +13,14 @@ "url": "https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-android/get-started/introduction-new-relic-mobile-android" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/android/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/android/icon.svg", "id": "23802e4e-518b-409f-857e-dfe8c32d5562", + "keywords": [ + "mobile", + "mobile agent" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/android/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/android/logo.svg", "name": "android", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/android", "summary": "Mobile operating system based on a modified Linux kernel and other open source software.", @@ -37,10 +41,15 @@ "url": "https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/config-management-tools/configure-new-relic-infrastructure-using-ansible" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ansible/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ansible/icon.svg", "id": "c377d781-da77-4dd6-b5a8-6a25a39e2582", + "keywords": [ + "automation", + "devops", + "sre" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ansible/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ansible/logo.svg", "name": "ansible", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ansible", "summary": "Open-source software provisioning, configuration management, and application-deployment tool enabling infrastructure as code.", @@ -58,11 +67,11 @@ "description": "", "name": "Apache", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apache/dashboards/apache01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apache/dashboards/apache02.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apache/dashboards/apache03.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apache/dashboards/apache01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apache/dashboards/apache02.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apache/dashboards/apache03.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apache/dashboards/apache.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apache/dashboards/apache.json" } ], "description": "Official New Relic pack for Apache.\nUse this pack together with the New Relic Apache On Host Integration to get insight into the performance of your Apache instances.\n\n", @@ -83,10 +92,17 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/zookeeper-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apache/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apache/icon.png", "id": "ad5affab-545a-4355-ad48-cfd66e2fbf00", + "keywords": [ + "infrastructure", + "http", + "web", + "server", + "featured" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apache/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apache/logo.svg", "name": "Apache", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/apache", "summary": "", @@ -107,10 +123,11 @@ "url": "https://docs.newrelic.com/docs/telemetry-data-platform/ingest-apis/introduction-event-api/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apis/event/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apis/event/icon.png", "id": "bc62e8f8-0d0c-4c86-9f05-b9e83e21d0fc", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apis/event/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apis/event/logo.png", "name": "Event API", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/apis/event", "summary": "The New Relic Event API is one way to report custom events to New Relic. The Event API lets you send custom event data to your New Relic account with a POST command. These events are then queryable and chartable using NRQL.", @@ -131,10 +148,11 @@ "url": "https://docs.newrelic.com/docs/logs/log-management/log-api/introduction-log-api/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apis/logs/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apis/logs/icon.png", "id": "b40194c0-c7a0-497c-82c1-ca47b60726da", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apis/logs/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apis/logs/logo.png", "name": "Logs API", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/apis/logs", "summary": "If our logging solutions don't meet your needs, you can use our Log API to send log data directly to New Relic's Log management via an HTTP endpoint.", @@ -155,10 +173,11 @@ "url": "https://docs.newrelic.com/docs/telemetry-data-platform/ingest-apis/metric-api/introduction-metric-api/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apis/metric/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apis/metric/icon.png", "id": "028e4c30-1567-4b9a-8417-6606bc9d83c8", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apis/metric/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apis/metric/logo.png", "name": "Metric API", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/apis/metric", "summary": "New Relic's Metric API can be used to send metric data to New Relic from a variety of sources. This API is how metrics from some of our integrations and exporters get into New Relic.", @@ -179,10 +198,11 @@ "url": "https://docs.newrelic.com/docs/distributed-tracing/trace-api/introduction-trace-api/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apis/trace/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apis/trace/icon.png", "id": "07f0b96c-add9-43d5-962d-1865d0149082", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/apis/trace/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/apis/trace/logo.png", "name": "Trace and Span API", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/apis/trace", "summary": "Our Trace API is used to send distributed tracing data to New Relic: either in our own generic format or the Zipkin data format. This API is also how trace data from some of our integrations and exporters is reported to New Relic.", @@ -203,10 +223,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-athena-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-athena/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-athena/icon.svg", "id": "5f3d35d7-668b-41f3-98d7-ccc93a50933c", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-athena/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-athena/logo.svg", "name": "amazon-athena", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/amazon-athena", "summary": "Serverless, interactive query service to query data and analyze big data in Amazon S3 using standard SQL.", @@ -227,10 +252,11 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-metric-stream" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-cloudwatch-metric-streams/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-cloudwatch-metric-streams/icon.svg", "id": "32688a77-f5c8-4a37-9b4b-6f83a66fa4a5", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-cloudwatch-metric-streams/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-cloudwatch-metric-streams/logo.svg", "name": "amazon-cloudwatch-metric-streams", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/amazon-cloudwatch-metric-streams", "summary": "Faster telemetry from Amazon CloudWatch for all AWS Services and custom namespaces without API throttling.", @@ -251,10 +277,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-documentdb-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-documentdb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-documentdb/icon.svg", "id": "16dcca43-1a4f-4f94-8fd5-d05a085a99a3", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-documentdb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-documentdb/logo.svg", "name": "amazon-documentdb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/amazon-documentdb", "summary": "Fast, scalable, highly available, and fully managed document database service that supports MongoDB workloads.", @@ -275,10 +306,11 @@ "url": "https://docs.newrelic.com/docs/integrations/kubernetes-integration/installation/install-fargate-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-eks-on-aws-fargate/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-eks-on-aws-fargate/icon.svg", "id": "066eb2a4-65a4-456d-a5ac-0e1fcc2740a2", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-eks-on-aws-fargate/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-eks-on-aws-fargate/logo.svg", "name": "amazon-eks-on-aws-fargate", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/amazon-eks-on-aws-fargate", "summary": "Telemetry from Kube State Metrics, Kubelet, and cAdvisor for full observability of Kubernetes clusters running on EKS in Fargate.", @@ -299,10 +331,16 @@ "url": "https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/linux-installation/install-infrastructure-linux-using-package-manager" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-linux/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-linux/icon.svg", "id": "bede2fa6-1325-4e58-9885-811beecaccad", + "keywords": [ + "aws", + "amazon web services", + "os", + "operating system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-linux/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-linux/logo.svg", "name": "amazon-linux", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/amazon-linux", "summary": "Amazon supported and maintained Linux image provided by Amazon Web Services for use on Amazon Elastic Compute Cloud.", @@ -323,10 +361,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-managed-kafka-msk-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-msk/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-msk/icon.svg", "id": "2ac719f2-e3bf-4f7d-8cff-80c0bfecb516", + "keywords": [ + "aws", + "amazon web services", + "queue" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/amazon-msk/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/amazon-msk/logo.svg", "name": "amazon-msk", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/amazon-msk", "summary": "Fully managed service that makes it easy for you to build and run applications that use Apache Kafka to process streaming data.", @@ -347,10 +390,16 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-api-gateway-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-api-gateway/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-api-gateway/icon.svg", "id": "b2fe368b-6e09-4f63-9c10-e888aa22a292", + "keywords": [ + "aws", + "amazon web services", + "api", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-api-gateway/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-api-gateway/logo.svg", "name": "aws-api-gateway", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-api-gateway", "summary": "Fully managed service for creating, publishing, maintaining, monitoring, and securing APIs at any scale.", @@ -371,10 +420,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-appsync-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-appsync/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-appsync/icon.svg", "id": "c97c5208-a83e-49dd-9555-45ab01692634", + "keywords": [ + "aws", + "amazon web services", + "api" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-appsync/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-appsync/logo.svg", "name": "aws-appsync", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-appsync", "summary": "Fully managed serverless GraphQL service for real-time data queries, synchronization, communications and offline programming features.", @@ -395,10 +449,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-auto-scaling-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-auto-scaling/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-auto-scaling/icon.svg", "id": "e6a1654d-2e00-4956-a2da-39f1f5f5f5e9", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-auto-scaling/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-auto-scaling/logo.svg", "name": "aws-auto-scaling", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-auto-scaling", "summary": "Launch or terminate EC2 instances automatically, adapting capacity based on user-defined policies, schedules, and health checks.", @@ -419,10 +477,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-billing-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-billing/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-billing/icon.svg", "id": "c7f15a54-e243-4e23-95dd-ff08937041ed", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-billing/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-billing/logo.svg", "name": "aws-billing", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-billing", "summary": "Service that can be used to pay your AWS bill, monitor your usage, and analyze and control your costs.", @@ -443,10 +505,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-cloudformation-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cloudformation/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cloudformation/icon.svg", "id": "d8848b3c-2510-415e-be55-cd50014206f9", + "keywords": [ + "aws", + "amazon web services", + "automation" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cloudformation/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cloudformation/logo.svg", "name": "aws-cloudformation", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-cloudformation", "summary": "Use programming languages or text files to model resources for your applications, then create and duplicate a collection of AWS resources.", @@ -467,10 +534,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-cloudfront-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cloudfront/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cloudfront/icon.svg", "id": "c6a0f98b-94f3-4f66-9217-83526d7c1afb", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cloudfront/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cloudfront/logo.svg", "name": "aws-cloudfront", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-cloudfront", "summary": "Speeds up the distribution of web content served from Amazon Web Services.", @@ -491,10 +562,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-cloudtrail-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cloudtrail/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cloudtrail/icon.svg", "id": "f38d0d8e-cbc6-4d0e-aaf3-d4a8229a5ff1", + "keywords": [ + "aws", + "amazon web services", + "security" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cloudtrail/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cloudtrail/logo.svg", "name": "aws-cloudtrail", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-cloudtrail", "summary": "Capture and record AWS account activity and API requests for security or governance purposes.", @@ -515,10 +591,16 @@ "url": "https://docs.newrelic.com/docs/logs/enable-log-management-new-relic/enable-log-monitoring-new-relic/aws-lambda-sending-cloudwatch-logs/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cloudwatch-plugin-for-logs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cloudwatch-plugin-for-logs/icon.svg", "id": "d62097ef-91df-4c13-9939-a694cb4d2322", + "keywords": [ + "aws", + "amazon web services", + "logs", + "logging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cloudwatch-plugin-for-logs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cloudwatch-plugin-for-logs/logo.svg", "name": "AWS Cloudwatch plugin for Logs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-cloudwatch-plugin-for-logs", "summary": "", @@ -539,10 +621,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/amazon-cognito-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cognito/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cognito/icon.svg", "id": "70c5611b-51e8-41ca-8659-abc6b0d5c795", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-cognito/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-cognito/logo.svg", "name": "aws-cognito", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-cognito", "summary": "Add user account management functionality to your web or mobile application.", @@ -563,10 +649,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-connect-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-connect/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-connect/icon.svg", "id": "ddf0d06c-12c7-4951-9335-ab2c10dbd1c5", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-connect/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-connect/logo.svg", "name": "aws-connect", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-connect", "summary": "Build cloud-based omnichannel support centers to serve customers dynamically.", @@ -587,10 +677,11 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-direct-connect-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-direct-connect/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-direct-connect/icon.svg", "id": "913f6003-d559-4538-a6b2-9c19a7cc7d46", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-direct-connect/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-direct-connect/logo.svg", "name": "aws-direct-connect", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-direct-connect", "summary": "Establish a private, secure connection to AWS that runs outside of your ISP.", @@ -611,10 +702,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-dynamodb-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-dynamodb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-dynamodb/icon.svg", "id": "af330c97-f27a-4160-a4e6-5495685f6852", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-dynamodb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-dynamodb/logo.svg", "name": "aws-dynamodb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-dynamodb", "summary": "Fully managed NoSQL cloud database that supports both document and key-value store models.", @@ -635,10 +731,16 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-ebs-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-ebs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-ebs/icon.svg", "id": "e9aeb0ad-18d2-4e0f-b68b-356ef5788da4", + "keywords": [ + "aws", + "amazon web services", + "database", + "storage" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-ebs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-ebs/logo.svg", "name": "aws-ebs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-ebs", "summary": "Block level storage volumes for Amazon EC2 instances.", @@ -659,10 +761,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-ec2-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-ec2/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-ec2/icon.svg", "id": "4e11966f-04c2-49ca-8815-9e7de8645b1b", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-ec2/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-ec2/logo.svg", "name": "aws-ec2", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-ec2", "summary": "Build scalable and flexible applications on top of AWS container services.", @@ -683,10 +790,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-ecsecr-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-ecs-ecr/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-ecs-ecr/icon.svg", "id": "7360ba74-1822-474e-be8e-4636dd22e7ca", + "keywords": [ + "aws", + "amazon web services", + "containers" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-ecs-ecr/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-ecs-ecr/logo.svg", "name": "aws-ecs-ecr", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-ecs-ecr", "summary": "Fully managed container orchestration service built on AWS with a focus on security, reliability, and scalability.", @@ -707,10 +819,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-efs-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-efs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-efs/icon.svg", "id": "29b8f0ce-b573-48e3-98ab-52e4231d2225", + "keywords": [ + "aws", + "amazon web services", + "storage" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-efs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-efs/logo.svg", "name": "aws-efs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-efs", "summary": "Full managed NFS with support for both AWS and on-prem resources.", @@ -731,10 +848,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-elastic-beanstalk-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-elastic-beanstalk/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-elastic-beanstalk/icon.svg", "id": "b232f332-e27a-4d34-a966-e7f678d35145", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-elastic-beanstalk/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-elastic-beanstalk/logo.svg", "name": "aws-elastic-beanstalk", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-elastic-beanstalk", "summary": "Dynamic service that allows easy deployment and scalability for your applications on AWS.", @@ -755,10 +876,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-elasticache-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-elasticache/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-elasticache/icon.svg", "id": "5c1e7b31-df21-4acb-b72c-0a8786b88301", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-elasticache/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-elasticache/logo.svg", "name": "aws-elasticache", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-elasticache", "summary": "Deploy, operate, and scale an in-memory data store or cache in the cloud.", @@ -779,10 +905,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/elasticsearch-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-elasticsearch/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-elasticsearch/icon.svg", "id": "a69e9de8-2968-44a9-9fff-9065dd9075dd", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-elasticsearch/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-elasticsearch/logo.svg", "name": "aws-elasticsearch", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-elasticsearch", "summary": "Fully managed services for deploying and managing Elasticsearch implementations on AWS.", @@ -803,10 +933,16 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-elb-classic-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-elb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-elb/icon.svg", "id": "ceb7f12e-fc9c-48c8-8fa8-a6d353c5f751", + "keywords": [ + "aws", + "amazon web services", + "load balancer", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-elb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-elb/logo.svg", "name": "aws-elb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-elb", "summary": "Automatically redirect incoming web traffic to balance load when demand rises.", @@ -829,6 +965,7 @@ ], "iconUrl": null, "id": "5e7868a3-df26-4c03-bad1-39b99ca89841", + "keywords": [], "level": "COMMUNITY", "logoUrl": null, "name": "aws-elemental-mediapackage-vod", @@ -851,10 +988,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-emr-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-emr/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-emr/icon.svg", "id": "d84051ba-365f-4542-8db9-0829384ea55a", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-emr/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-emr/logo.svg", "name": "aws-emr", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-emr", "summary": "Process and manage big data inputs from popular frameworks.", @@ -875,10 +1016,16 @@ "url": "https://docs.newrelic.com/docs/logs/enable-logs/enable-logs/aws-firelens-plugin-logs" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-firelens-plugin-for-logs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-firelens-plugin-for-logs/icon.svg", "id": "2e34f06f-8338-41e9-a89a-1293326ee8bb", + "keywords": [ + "aws", + "amazon web services", + "logs", + "logging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-firelens-plugin-for-logs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-firelens-plugin-for-logs/logo.svg", "name": "aws-firelens-plugin-for-logs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-firelens-plugin-for-logs", "summary": "Collect log data and export to AWS or other services for analysis.", @@ -901,6 +1048,10 @@ ], "iconUrl": null, "id": "4a669b03-90fe-471c-8562-78ed529d57b8", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", "logoUrl": null, "name": "aws-fsx", @@ -923,10 +1074,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-glue-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-glue/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-glue/icon.svg", "id": "6f4ca9e9-5b33-4073-b609-948bd59da406", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-glue/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-glue/logo.svg", "name": "aws-glue", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-glue", "summary": "Fully managed service for data analytics and ETF operations.", @@ -947,10 +1102,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-health-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-health/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-health/icon.svg", "id": "b9835593-aa0a-4d02-845b-33d5cec4da42", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-health/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-health/logo.svg", "name": "aws-health", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-health", "summary": "Oversight and alerts for how AWS outages and maintenance may affect your services.", @@ -971,10 +1130,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-iam-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-iam/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-iam/icon.svg", "id": "f9e383f7-5851-4296-9cdd-1ae94f21abd3", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-iam/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-iam/logo.svg", "name": "aws-iam", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-iam", "summary": "Securely control access to AWS services and resources, create and manage users, groups, and permissions.", @@ -995,10 +1158,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-iot-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-iot/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-iot/icon.svg", "id": "1ad84671-9c86-464e-aca0-87110057541c", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-iot/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-iot/logo.svg", "name": "aws-iot", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-iot", "summary": "Provides communication and collects telemetry data between Internet-connected devices and the AWS Cloud.", @@ -1019,10 +1186,11 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-kinesis-data-firehose-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-kinesis-data-firehose/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-kinesis-data-firehose/icon.svg", "id": "2cbfb92b-9016-448b-993e-86d06a986c0a", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-kinesis-data-firehose/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-kinesis-data-firehose/logo.svg", "name": "aws-kinesis-data-firehose", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-kinesis-data-firehose", "summary": "Capture, transform, and load streaming data into various Amazon Web Services, enabling near real-time analytics.", @@ -1043,10 +1211,11 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-kinesis-data-streams-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-kinesis-data-streams/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-kinesis-data-streams/icon.svg", "id": "15ba39d9-f2de-4c4f-8ae5-255e5cf40d4d", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-kinesis-data-streams/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-kinesis-data-streams/logo.svg", "name": "aws-kinesis-data-streams", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-kinesis-data-streams", "summary": "Platform for streaming data on AWS, making it easy to load and analyze data in real time and build applications for specialized needs.", @@ -1067,10 +1236,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-lambda-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-lambda/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-lambda/icon.svg", "id": "6908e6c3-fed5-4c6c-a3fc-f85e467cefa1", + "keywords": [ + "aws", + "amazon web services", + "serverless" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-lambda/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-lambda/logo.svg", "name": "aws-lambda", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-lambda", "summary": "Zero-administration compute platform for back-end web developers that runs your code for you in AWS cloud.", @@ -1091,10 +1265,16 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-mq-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-mq/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-mq/icon.svg", "id": "73de5982-8f59-4d2d-a90a-4838414d3304", + "keywords": [ + "aws", + "amazon web services", + "messaging", + "queue" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-mq/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-mq/logo.svg", "name": "aws-mq", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-mq", "summary": "Message brokering service for Apache ActiveMQ managed by AWS.", @@ -1115,10 +1295,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-neptune-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-neptunedb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-neptunedb/icon.svg", "id": "3ed7e509-9e82-4357-b076-82e30eeb0d1d", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-neptunedb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-neptunedb/logo.svg", "name": "aws-neptunedb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-neptunedb", "summary": "Develop applications on top of interconnected datasets with this AWS graph database service.", @@ -1139,10 +1324,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-albnlb-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-nlb-alb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-nlb-alb/icon.svg", "id": "739f2e65-4fb4-4db4-bb9a-34c7bffb7755", + "keywords": [ + "aws", + "amazon web services", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-nlb-alb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-nlb-alb/logo.svg", "name": "aws-nlb-alb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-nlb-alb", "summary": "Distributes incoming application traffic across multiple targets, such as EC2 instances, in multiple availability zones.", @@ -1165,6 +1355,10 @@ ], "iconUrl": null, "id": "30a0b609-de2b-411f-a95a-f3083df738dd", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", "logoUrl": null, "name": "aws-outposts", @@ -1187,10 +1381,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-qldb-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-qldb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-qldb/icon.svg", "id": "e9d8985a-7ff0-450a-b037-0eed63a5a55f", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-qldb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-qldb/logo.svg", "name": "aws-qldb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-qldb", "summary": "Create a cryptographically verifiable ledger database that's managed by one group.", @@ -1211,10 +1410,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-rds-enhanced-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-rds-enhanced/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-rds-enhanced/icon.svg", "id": "998141b4-32dd-4c6b-a550-4e0d74faacf3", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-rds-enhanced/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-rds-enhanced/logo.svg", "name": "aws-rds-enhanced", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-rds-enhanced", "summary": "Supplement your RDS monitoring with real-time metrics about the OS.", @@ -1235,10 +1439,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-rds-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-rds/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-rds/icon.svg", "id": "4f6d6f0c-a258-4c5f-9d0f-9820c3067a51", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-rds/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-rds/logo.svg", "name": "aws-rds", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-rds", "summary": "Set up and manage a relational database in the cloud by providing resizable capacity and managing common database administration tasks.", @@ -1259,10 +1468,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-redshift-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-redshift/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-redshift/icon.svg", "id": "cfceb579-a15e-4a13-84ab-72bd0ffd69e8", + "keywords": [ + "aws", + "amazon web services", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-redshift/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-redshift/logo.svg", "name": "aws-redshift", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-redshift", "summary": "Fully managed data warehouse used to analyze all your data using standard SQL and your existing Amazon Business Intelligence tools.", @@ -1283,10 +1497,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-route-53-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-route-53/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-route-53/icon.svg", "id": "bf043e5a-213c-411e-8eea-4e386a29a088", + "keywords": [ + "aws", + "amazon web services", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-route-53/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-route-53/logo.svg", "name": "aws-route-53", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-route-53", "summary": "Register domain names, route Internet traffic to the appropriate resources, and check the health of your web app’s resources.", @@ -1307,10 +1526,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-route53-resolver-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-route53-resolver/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-route53-resolver/icon.svg", "id": "91a052fe-cb0f-4b98-ae79-56d61abef5ec", + "keywords": [ + "aws", + "amazon web services", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-route53-resolver/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-route53-resolver/logo.svg", "name": "aws-route53-resolver", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-route53-resolver", "summary": "Create and configure endpoints in AWS Route 53.", @@ -1331,10 +1555,17 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-s3-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-s3/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-s3/icon.svg", "id": "2e3b5255-667e-4084-8aad-3dd6e0df2f78", + "keywords": [ + "aws", + "amazon web services", + "storage", + "logs", + "logging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-s3/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-s3/logo.svg", "name": "aws-s3", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-s3", "summary": "Provides developers and IT teams with secure, durable, highly-scalable cloud storage.", @@ -1355,10 +1586,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-simple-email-service-ses-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-ses/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-ses/icon.svg", "id": "4d72d691-d338-4b53-9dbf-97c5030db09e", + "keywords": [ + "aws", + "amazon web services", + "messaging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-ses/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-ses/logo.svg", "name": "aws-ses", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-ses", "summary": "Cloud-based service for sending and receiving email.", @@ -1379,10 +1615,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-sns-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-sns/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-sns/icon.svg", "id": "651e8b9f-955b-49b1-bd27-0db7623a2ca1", + "keywords": [ + "aws", + "amazon web services", + "messaging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-sns/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-sns/logo.svg", "name": "aws-sns", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-sns", "summary": "Fully managed push notification service compatible with pub/sub, SMS, email, and mobile.", @@ -1403,10 +1644,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-sqs-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-sqs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-sqs/icon.svg", "id": "ef58d468-bcee-4a66-a641-8ff5453b5363", + "keywords": [ + "aws", + "amazon web services", + "queue" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-sqs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-sqs/logo.svg", "name": "aws-sqs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-sqs", "summary": "Provides fully managed, hosted queues for storing messages in transit.", @@ -1427,10 +1673,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-step-functions-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-step-functions/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-step-functions/icon.svg", "id": "7a864c4a-5005-4419-a729-3da92426b49a", + "keywords": [ + "aws", + "amazon web services", + "serverless" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-step-functions/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-step-functions/logo.svg", "name": "aws-step-functions", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-step-functions", "summary": "Orchestrate serverless functions in Amazon Web Services, including Lambda.", @@ -1451,10 +1702,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/amazon-transit-gateway-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-transitgateway/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-transitgateway/icon.svg", "id": "a77fc65d-c2a3-4025-94b6-4af11ec82739", + "keywords": [ + "aws", + "amazon web services", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-transitgateway/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-transitgateway/logo.svg", "name": "aws-transitgateway", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-transitgateway", "summary": "Collate VPC and on-premises resources through a central gateway.", @@ -1475,10 +1731,14 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-trusted-advisor-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-trusted-advisor/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-trusted-advisor/icon.svg", "id": "a248809c-704c-440c-bdbc-fc2e7a183a3b", + "keywords": [ + "aws", + "amazon web services" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-trusted-advisor/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-trusted-advisor/logo.svg", "name": "aws-trusted-advisor", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-trusted-advisor", "summary": "Online tool that provides real-time guidance to help you follow AWS best practices for provisioning your resources.", @@ -1499,10 +1759,11 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-vpc-flow-logs-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-vpc-flow-logs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-vpc-flow-logs/icon.svg", "id": "61d2ff67-f519-492c-a8de-6019b47d5bb2", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-vpc-flow-logs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-vpc-flow-logs/logo.svg", "name": "aws-vpc-flow-logs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-vpc-flow-logs", "summary": "Enables you to capture information about the IP traffic going to and from network interfaces in your AWS VPC.", @@ -1523,10 +1784,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-vpc-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-vpc/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-vpc/icon.svg", "id": "3c6f4c9b-8369-4ec6-8b3a-b6e9f93b712a", + "keywords": [ + "aws", + "amazon web services", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-vpc/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-vpc/logo.svg", "name": "aws-vpc", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-vpc", "summary": "Virtual network that leverages AWS to gain visibility into configuration event changes that are overlaid across your Amazon services.", @@ -1547,10 +1813,15 @@ "url": "https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/aws-waf-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-waf/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-waf/icon.svg", "id": "8aa3f09f-63ad-416f-b505-b377ad88ff06", + "keywords": [ + "aws", + "amazon web services", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/aws/aws-waf/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/aws/aws-waf/logo.svg", "name": "aws-waf", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/aws/aws-waf", "summary": "Secure web traffic with a firewall built on top of Amazon Web Services.", @@ -1573,6 +1844,11 @@ ], "iconUrl": null, "id": "e7a26e5b-535e-4494-a770-3e8eef1390d5", + "keywords": [ + "aws", + "amazon web services", + "tracing" + ], "level": "COMMUNITY", "logoUrl": null, "name": "aws-x-ray", @@ -1595,10 +1871,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-api-management-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-api-management/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-api-management/icon.svg", "id": "86047b47-5628-4c80-8202-03ebd3133357", + "keywords": [ + "azure", + "api" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-api-management/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-api-management/logo.svg", "name": "azure-api-management", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-api-management", "summary": "Complete API management platform built for multi-cloud environments.", @@ -1619,10 +1899,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-app-service-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-app-service/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-app-service/icon.svg", "id": "d58c337e-476a-4c38-b5b2-b43f66945085", + "keywords": [ + "azure", + "web" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-app-service/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-app-service/logo.svg", "name": "azure-app-service", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-app-service", "summary": "Service for hosting and running web applications, REST APIs, and mobile back ends in a fully managed platform.", @@ -1643,10 +1927,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-containers-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-containers/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-containers/icon.svg", "id": "fde01772-978b-40c4-9339-51f57c6f60a8", + "keywords": [ + "azure", + "containers" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-containers/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-containers/logo.svg", "name": "azure-containers", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-containers", "summary": "Framework for building and running microservice applications on Azure.", @@ -1667,10 +1955,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-cosmos-db-document-db-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-cosmos-db/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-cosmos-db/icon.svg", "id": "81c38d53-5931-4fbc-9288-57c2c84cb1fd", + "keywords": [ + "azure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-cosmos-db/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-cosmos-db/logo.svg", "name": "azure-cosmos-db", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-cosmos-db", "summary": "Quickly and easily scale your database traffic across multiple Azure regions.", @@ -1691,10 +1983,13 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-cost-management-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-cost-management/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-cost-management/icon.svg", "id": "e49b270c-5b73-4057-8254-7aed6d39f21d", + "keywords": [ + "azure" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-cost-management/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-cost-management/logo.svg", "name": "azure-cost-management", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-cost-management", "summary": "Monitor billing, manage subscriptions, and optimize spending across your Azure services.", @@ -1715,10 +2010,13 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-data-factory-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-datafactories/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-datafactories/icon.svg", "id": "17f25003-8917-4e5f-bcd1-86f2bbe367ef", + "keywords": [ + "azure" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-datafactories/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-datafactories/logo.svg", "name": "azure-datafactories", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-datafactories", "summary": "Visual environment for creating and processing ETL operations from multiple data sources.", @@ -1739,10 +2037,13 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-event-hub-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-event-hubs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-event-hubs/icon.svg", "id": "235e5650-444d-4075-865f-5a580a2d94ef", + "keywords": [ + "azure" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-event-hubs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-event-hubs/logo.svg", "name": "azure-event-hubs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-event-hubs", "summary": "Collect and centralize real-time streaming data into a central cloud-based pipeline.", @@ -1763,10 +2064,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-express-route-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-express-route/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-express-route/icon.svg", "id": "083affcf-780d-4c42-8c5e-0f5c76d0cdb9", + "keywords": [ + "azure", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-express-route/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-express-route/logo.svg", "name": "azure-express-route", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-express-route", "summary": "Create a dedicated connection between your on-prem infrastructure and Azure's services.", @@ -1787,10 +2092,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-front-door-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-front-door/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-front-door/icon.svg", "id": "67cc48a3-5d43-4bca-8100-82f89b4e61dc", + "keywords": [ + "azure", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-front-door/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-front-door/logo.svg", "name": "azure-front-door", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-front-door", "summary": "Azure service for creating rules and redirecting your incoming web traffic’s global routing.", @@ -1811,10 +2120,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-functions-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-functions/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-functions/icon.svg", "id": "6ded839e-9df7-46db-8df9-e734cea1bd68", + "keywords": [ + "azure", + "serverless" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-functions/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-functions/logo.svg", "name": "azure-functions", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-functions", "summary": "Event-driven serverless compute platform that enables you to build locally and deploy on the cloud.", @@ -1835,10 +2148,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-load-balancer-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-load-balancer/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-load-balancer/icon.svg", "id": "b9db8bba-d817-47c1-9325-3eb9b75852ef", + "keywords": [ + "azure", + "load balancer" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-load-balancer/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-load-balancer/logo.svg", "name": "azure-load-balancer", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-load-balancer", "summary": "Watches incoming TCP and UDP traffic from different services, and uses health to distribute those requests across different instances.", @@ -1859,10 +2176,13 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-logic-apps-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-logic-apps/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-logic-apps/icon.svg", "id": "f0ba712c-8ffb-4d0b-a806-8cf3c444fb13", + "keywords": [ + "azure" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-logic-apps/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-logic-apps/logo.svg", "name": "azure-logic-apps", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-logic-apps", "summary": "Scalable workflows, business processes, and enterprise orchestrations for apps and data across cloud services and on-prem systems.", @@ -1883,10 +2203,13 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-machine-learning-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-machine-learning-services/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-machine-learning-services/icon.svg", "id": "4022bc8b-c395-424e-9073-7d4174910da7", + "keywords": [ + "azure" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-machine-learning-services/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-machine-learning-services/logo.svg", "name": "azure-machine-learning-services", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-machine-learning-services", "summary": "Build and manage machine-learning applications on Azure.", @@ -1907,10 +2230,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-database-mariadb-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-mariadb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-mariadb/icon.svg", "id": "55eab714-b85f-4e75-9eda-2a612ec3e6bf", + "keywords": [ + "azure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-mariadb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-mariadb/logo.svg", "name": "azure-mariadb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-mariadb", "summary": "Fully managed database as a service with predictable performance and scalability for applications using open-source tools and platforms.", @@ -1931,10 +2258,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-database-mysql-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-mysql/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-mysql/icon.svg", "id": "f126b6c1-a1e8-4473-b5d3-44c22ff93008", + "keywords": [ + "azure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-mysql/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-mysql/logo.svg", "name": "azure-mysql", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-mysql", "summary": "Fully managed MySQL Community database as a service with high availability, elastic scaling, automatic backups, and data protection.", @@ -1955,10 +2286,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-database-postgresql-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-postgresql/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-postgresql/icon.svg", "id": "570c0703-52dc-4481-8b56-e6c0bcacb47d", + "keywords": [ + "azure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-postgresql/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-postgresql/logo.svg", "name": "azure-postgresql", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-postgresql", "summary": "Fully managed PostgreSQL Community database as a service with high availability, elastic scaling, automatic backups, and data protection.", @@ -1981,6 +2316,7 @@ ], "iconUrl": null, "id": "258a1a34-165c-4911-bcd4-80bb60597b24", + "keywords": [], "level": "COMMUNITY", "logoUrl": null, "name": "azure-power-bi-dedicated-capacities", @@ -2003,10 +2339,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-redis-cache-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-redis-cache/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-redis-cache/icon.svg", "id": "690d2dd3-0b67-415a-8616-f9ae9c9c5899", + "keywords": [ + "azure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-redis-cache/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-redis-cache/logo.svg", "name": "azure-redis-cache", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-redis-cache", "summary": "Fully managed in-memory data store built for quickly scaling application performance.", @@ -2027,10 +2367,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-service-bus-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-service-bus/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-service-bus/icon.svg", "id": "42a7c07b-da82-4c83-93fe-e5000060688d", + "keywords": [ + "azure", + "messaging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-service-bus/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-service-bus/logo.svg", "name": "azure-service-bus", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-service-bus", "summary": "Fully managed message broker designed to bridge the gaps between applications and services.", @@ -2051,10 +2395,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-sql-database-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-sql-database/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-sql-database/icon.svg", "id": "d8d0d97f-4105-436f-ba25-1e57dbd175c7", + "keywords": [ + "azure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-sql-database/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-sql-database/logo.svg", "name": "azure-sql-database", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-sql-database", "summary": "Azure SQL provides single databases with their own set of resources, and elastic pools that share a set of resources.", @@ -2075,10 +2423,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-sql-managed-instances-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-sql-managed-instances/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-sql-managed-instances/icon.svg", "id": "16516e34-a906-4e5a-a173-1ce57a96339e", + "keywords": [ + "azure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-sql-managed-instances/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-sql-managed-instances/logo.svg", "name": "azure-sql-managed-instances", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-sql-managed-instances", "summary": "Cloud-based database service based on the SQL framework.", @@ -2099,10 +2451,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-storage-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-storage/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-storage/icon.svg", "id": "20a76661-a6f9-4f2a-a005-5fcd6589800e", + "keywords": [ + "azure", + "storage" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-storage/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-storage/logo.svg", "name": "azure-storage", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-storage", "summary": "Managed cloud service that provides highly available, secure, durable, scalable, and redundant storage.", @@ -2123,10 +2479,13 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-virtual-machine-scale-sets-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-virtual-machine-scale-sets/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-virtual-machine-scale-sets/icon.svg", "id": "6613fa94-df3d-4244-af9d-08987a713e76", + "keywords": [ + "azure" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-virtual-machine-scale-sets/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-virtual-machine-scale-sets/logo.svg", "name": "azure-virtual-machine-scale-sets", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-virtual-machine-scale-sets", "summary": "Automatically scale application load across a series of heterogeneous, load-balanced virtual machines.", @@ -2147,10 +2506,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-virtual-network-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-virtual-network/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-virtual-network/icon.svg", "id": "f812a124-5443-4451-94d3-32b54c109555", + "keywords": [ + "azure", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-virtual-network/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-virtual-network/logo.svg", "name": "azure-virtual-network", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-virtual-network", "summary": "Network for connecting on-prem, Azure, and external sources.", @@ -2171,10 +2534,13 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-vms-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-vms/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-vms/icon.svg", "id": "d4d5667f-1c10-4b06-aa74-fbbf29dda8a8", + "keywords": [ + "azure" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-vms/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-vms/logo.svg", "name": "azure-vms", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-vms", "summary": "Provides on-demand cloud infrastructure in a variety of server sizes, regions, and operating systems.", @@ -2195,10 +2561,14 @@ "url": "https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/azure-vpn-gateway-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-vpn-gateways/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-vpn-gateways/icon.svg", "id": "22cf0fc1-a0ea-454a-b40b-5df015c1799e", + "keywords": [ + "azure", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/azure/azure-vpn-gateways/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/azure/azure-vpn-gateways/logo.svg", "name": "azure-vpn-gateways", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/azure/azure-vpn-gateways", "summary": "Used to send encrypted data between on-premises infrastructure and Azure services.", @@ -2219,10 +2589,11 @@ "url": "https://docsend.com/view/29zr6uk9ktuz9ctv" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/blameless/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/blameless/icon.svg", "id": "16f63478-7238-4c52-8145-ec5a2f56162e", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/blameless/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/blameless/logo.svg", "name": "blameless", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/blameless", "summary": "Site reliability engineering (SRE) platform with AI-driven incident resolution, SLOs/Error budgets, and reliability insights.", @@ -2241,39 +2612,42 @@ "description": "", "name": "Browser Overview", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/browser/dashboards/browser_overview.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/browser/dashboards/browser_overview.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/browser/dashboards/browser_overview.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/browser/dashboards/browser_overview.json" }, { "description": "", "name": "Browser Pages Dashboard", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/browser/dashboards/browser_pages_dashboard.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/browser/dashboards/browser_pages_dashboard.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/browser/dashboards/browser_pages_dashboard.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/browser/dashboards/browser_pages_dashboard.json" }, { "description": "", "name": "JavaScript Errors", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/browser/dashboards/javascript_errors.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/browser/dashboards/javascript_errors.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/browser/dashboards/javascript_errors.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/browser/dashboards/javascript_errors.json" }, { "description": "", "name": "Browser Traffic Analysis", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/browser/dashboards/traffic_analysis.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/browser/dashboards/traffic_analysis.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/browser/dashboards/traffic_analysis.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/browser/dashboards/traffic_analysis.json" } ], "description": "Set of dashboards based on New Relic Browser agent data.", "documentation": [], "iconUrl": null, "id": "721fd258-326d-41f4-8f5d-0d5538ac7487", + "keywords": [ + "browser agent" + ], "level": "NEWRELIC", "logoUrl": null, "name": "Browser examples", @@ -2296,10 +2670,14 @@ "url": "https://docs.newrelic.com/docs/agents/c-sdk" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/c/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/c/icon.svg", "id": "7fa19c5e-b97b-4c4d-954e-bc209afec3ba", + "keywords": [ + "apm", + "language agent" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/c/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/c/logo.svg", "name": "c", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/c", "summary": "General-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone.", @@ -2317,9 +2695,9 @@ "description": "", "name": "Cassandra", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cassandra/dashboards/cassandra.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cassandra/dashboards/cassandra.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cassandra/dashboards/cassandra.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cassandra/dashboards/cassandra.json" } ], "description": "Official New Relic pack for Cassandra\nUse this pack together with the New Relic Cassandra On Host Integration to get insight into the performance of your Cassandra instances.\n\n", @@ -2330,10 +2708,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/cassandra-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cassandra/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cassandra/icon.png", "id": "ea959955-15c6-4db2-9d35-bb57e4c0a283", + "keywords": [ + "infrastructure", + "database" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cassandra/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cassandra/logo.png", "name": "Cassandra", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/cassandra", "summary": "", @@ -2354,10 +2736,14 @@ "url": "https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/linux-installation/install-infrastructure-linux-using-package-manager" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/centos/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/centos/icon.svg", "id": "b3d951d1-82f3-4dc3-82bc-d7ecd56a749d", + "keywords": [ + "os", + "operating system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/centos/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/centos/logo.svg", "name": "centos", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/centos", "summary": "Free Linux distribution built to be compatible with Red Hat Enterprise.", @@ -2378,10 +2764,15 @@ "url": "https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/config-management-tools/configure-new-relic-infrastructure-using-chef" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/chef/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/chef/icon.svg", "id": "ad40ccc2-f7ef-44bf-b961-07813088fce0", + "keywords": [ + "automation", + "devops", + "sre" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/chef/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/chef/logo.svg", "name": "chef", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/chef", "summary": "Chef is a configuration management tool written in Ruby and Erlang.", @@ -2402,10 +2793,13 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/vmware-tanzu-pcf-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cloudfoundry/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cloudfoundry/icon.svg", "id": "944e2662-5ff7-4989-b9a6-66a200401d1e", + "keywords": [ + "containers" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cloudfoundry/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cloudfoundry/logo.svg", "name": "cloudfoundry", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/cloudfoundry", "summary": "Create, deploy, and manage microservice applications in Kubernetes containers.", @@ -2426,10 +2820,13 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/open-source-host-integrations-list/collectd-open-source-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/collectd/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/collectd/icon.svg", "id": "b0ba29c2-be55-4da2-bf24-f8cc3c27715c", + "keywords": [ + "open source monitoring" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/collectd/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/collectd/logo.svg", "name": "collectd", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/collectd", "summary": "Unix daemon for gathering and storing performance data across application and network infrastructure.", @@ -2447,9 +2844,9 @@ "description": "", "name": "HashiCorp Consul", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/consul/dashboards/consul.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/consul/dashboards/consul.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/consul/dashboards/consul.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/consul/dashboards/consul.json" } ], "description": "Official New Relic pack for Consul\nUse this pack together with the New Relic Consul On Host Integration to get insight into the performance of your Consul instances.\n\n", @@ -2460,10 +2857,11 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/hashicorp-consul-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/consul/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/consul/icon.png", "id": "b65825cc-faee-47b5-8d7c-6d60d6ab3c59", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/consul/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/consul/logo.png", "name": "Consul", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/consul", "summary": "", @@ -2484,10 +2882,15 @@ "url": "https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-cordova-phonegap/get-started/introduction-new-relic-cordova" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cordova/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cordova/icon.svg", "id": "b5845bee-2b61-454f-9e6a-1a14ffc3e052", + "keywords": [ + "android", + "ios", + "mobile" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cordova/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cordova/logo.svg", "name": "cordova", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/cordova", "summary": "Cordova wraps your HTML/JavaScript app into a native container which can access the device functions of several platforms.", @@ -2505,9 +2908,9 @@ "description": "", "name": "Couchbase", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/couchbase/dashboards/couchbase.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/couchbase/dashboards/couchbase.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/couchbase/dashboards/couchbase.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/couchbase/dashboards/couchbase.json" } ], "description": "Official New Relic pack for Couchbase\nUse this pack together with the New Relic Couchbase On Host Integration to get insight into the performance of your Couchbase instances.\n\n", @@ -2518,10 +2921,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/couchbase-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/couchbase/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/couchbase/icon.png", "id": "f10edd8d-57d0-4b11-b074-eb20c6c3fd45", + "keywords": [ + "infrastructure", + "database" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/couchbase/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/couchbase/logo.svg", "name": "Couchbase", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/couchbase", "summary": "", @@ -2542,10 +2949,13 @@ "url": "https://docs.newrelic.com/docs/agents/c-sdk" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cplusplus/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cplusplus/icon.svg", "id": "e9c70324-f5c2-48fc-943e-57b4600ebd3e", + "keywords": [ + "apm" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/cplusplus/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/cplusplus/logo.svg", "name": "cplusplus", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/cplusplus", "summary": "General-purpose programming language that extends C with modern object-oriented, generic, and functional features.", @@ -2555,26 +2965,42 @@ { "alerts": [], "authors": [ - "New Relic" + "New Relic Labs" ], - "dashboards": [], - "description": "Open-source NoSQL database-as-a-service built on Apache Cassandra.", + "dashboards": [ + { + "description": "", + "name": "Spark - Overview v2", + "screenshots": [ + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/databricks/dashboards/databricks.png" + ], + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/databricks/dashboards/databricks.json" + } + ], + "description": "Databricks is an orchestration platform for Apache Spark. Instantly monitor Databricks Spark applications with our New Relic Spark integration quickstart. Our integration provides a script run in a notebook to generate an installation script, which you can attach to a cluster and populate Spark metrics to New relic Insights events. Easily track the health of your Databricks clusters, fine-tune your Spark jobs for peak performance, and troubleshoot problems with this quickstart.\nDatabricks cluster’s driver node runs each job in scheduled stages. Individual stages are broken down into tasks and distributed across executor nodes. Our New Relic Spark integration collects detailed job and stage metrics so you can get granular insight into job performance at a glance. For example , break down the Job metric by status (successful, pending, or failed) to see in real-time if a high number of jobs are failing, which could indicate a code error or memory issue at the executor level. Metrics on the number of jobs in realtime can also help you make decisions for provisioning clusters in the future.", "documentation": [ { - "description": "Open-source NoSQL database-as-a-service built on Apache Cassandra.", - "name": "Datastax Cassandra installation docs", - "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" + "description": "Databricks notebook to create init script to be used during initialization of Databricks cluster ", + "name": "Databricks init script creator notebook", + "url": "https://github.com/newrelic-experimental/nri-spark#databricks-init-script-creator-notebook" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/datastax-cassandra/icon.svg", - "id": "06bf5a72-2b2b-472d-83cc-af9b8156eea3", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/databricks/icon.png", + "id": "924fd4b3-a6d1-4a6e-9e2c-b598f197f713", + "keywords": [ + "nrlabs", + "nrlabs-data", + "apache spark", + "spark", + "databricks" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/datastax-cassandra/logo.svg", - "name": "datastax-cassandra", - "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/datastax-cassandra", - "summary": "Open-source NoSQL database-as-a-service built on Apache Cassandra.", - "title": "Datastax Cassandra", - "websiteUrl": null + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/databricks/logo.png", + "name": "databricks", + "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/databricks", + "summary": "Monitor Databricks Spark applications with New Relic Spark integration using notebook script", + "title": "Databricks Integration", + "websiteUrl": "https://databricks.com/" }, { "alerts": [], @@ -2590,10 +3016,14 @@ "url": "https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/linux-installation/install-infrastructure-linux-using-package-manager" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/debian/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/debian/icon.svg", "id": "1961cd44-68b3-4a59-8d48-45a881c0e3c0", + "keywords": [ + "os", + "operating system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/debian/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/debian/logo.svg", "name": "debian", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/debian", "summary": "Debian, also known as Debian GNU/Linux, is a Linux distribution composed of free and open-source software.", @@ -2614,10 +3044,13 @@ "url": "https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/data-instrumentation/docker-instrumentation-infrastructure" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/docker/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/docker/icon.svg", "id": "ba8030a4-7351-4798-ae36-d74d08f39e4e", + "keywords": [ + "containers" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/docker/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/docker/logo.svg", "name": "docker", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/docker", "summary": "Docker is a set of platform as a service products that use OS-level virtualization to deliver software in packages called containers.", @@ -2638,10 +3071,14 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/net-agent-compatibility-requirements-net-core" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/asp-dotnet-mvc/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/asp-dotnet-mvc/icon.svg", "id": "8fb22c76-46c3-4720-bd82-bd101e5c890c", + "keywords": [ + "apm", + "dotnet" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/asp-dotnet-mvc/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/asp-dotnet-mvc/logo.svg", "name": "asp-dotnet-mvc", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/asp-dotnet-mvc", "summary": "Open-source web application framework developed by Microsoft, which implements the model-view-controller pattern.", @@ -2662,10 +3099,14 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/asp-dotnet-web-forms/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/asp-dotnet-web-forms/icon.svg", "id": "9ec196c6-1725-40fd-b18a-6224a7377851", + "keywords": [ + "apm", + "dotnet" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/asp-dotnet-web-forms/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/asp-dotnet-web-forms/logo.svg", "name": "asp-dotnet-web-forms", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/asp-dotnet-web-forms", "summary": "Framework with a drag-and-drop, event-driven model that can be used to build web applications.", @@ -2686,10 +3127,14 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/csla-dotnet/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/csla-dotnet/icon.svg", "id": "29451385-d9b5-4f31-86b7-70b940531074", + "keywords": [ + "apm", + "dotnet" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/csla-dotnet/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/csla-dotnet/logo.svg", "name": "csla-dotnet", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/csla-dotnet", "summary": "Software framework for building an object-oriented layer for tracking business logic.", @@ -2710,10 +3155,16 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/dnn-community/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/dnn-community/icon.svg", "id": "8808f632-18b7-4a81-b48e-fd4f3077be2a", + "keywords": [ + "apm", + "dotnet", + "cms", + "content management system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/dnn-community/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/dnn-community/logo.svg", "name": "dnn-community", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/dnn-community", "summary": "DNN is the largest and most popular open source CMS on the Microsoft ASP.NET stack.", @@ -2734,10 +3185,14 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-core-20-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/dotnet-core/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/dotnet-core/icon.svg", "id": "cbffd8f3-11db-40d7-a723-50e744485651", + "keywords": [ + "apm", + "dotnet" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/dotnet-core/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/dotnet-core/logo.svg", "name": "dotnet-core", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/dotnet-core", "summary": "The cross-platform successor to .NET Framework for building websites, services, and console apps.", @@ -2758,10 +3213,11 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/dotnet-mvc-web-api/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/dotnet-mvc-web-api/icon.svg", "id": "5313d4e0-13e1-4f50-982a-09d0cb67618e", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/dotnet-mvc-web-api/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/dotnet-mvc-web-api/logo.svg", "name": "dotnet-mvc-web-api", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/dotnet-mvc-web-api", "summary": "Web application framework developed by Microsoft, which implements the model-view-controller pattern for building web applications.", @@ -2782,10 +3238,15 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/dotnet/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/dotnet/icon.svg", "id": "2dff13b6-0fac-43a6-abc6-57f0a3299639", + "keywords": [ + "apm", + "dotnet", + "language agent" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/dotnet/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/dotnet/logo.svg", "name": "dotnet", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/dotnet", "summary": "A developer platform with tools and libraries for building web, mobile, desktop, games, IoT, cloud, and microservices.", @@ -2806,10 +3267,16 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/episerver-cms/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/episerver-cms/icon.svg", "id": "abd04f74-c83f-47f5-a9f0-635ae12376d8", + "keywords": [ + "apm", + "dotnet", + "cms", + "content management system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/episerver-cms/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/episerver-cms/logo.svg", "name": "episerver-cms", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/episerver-cms", "summary": "Full service CMS with dedicated layers for commerce and marketing.", @@ -2830,10 +3297,14 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/fubumvc/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/fubumvc/icon.svg", "id": "dbce65a2-5f9a-48cb-a957-966338a065d3", + "keywords": [ + "apm", + "dotnet" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/fubumvc/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/fubumvc/logo.svg", "name": "fubumvc", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/fubumvc", "summary": "A .Net framework for enabling teams to efficiently build server-side systems.", @@ -2856,6 +3327,10 @@ ], "iconUrl": null, "id": "1df9c507-ceb3-46d6-be43-7d8c43a161b3", + "keywords": [ + "apm", + "dotnet" + ], "level": "COMMUNITY", "logoUrl": null, "name": "iis", @@ -2864,6 +3339,34 @@ "title": "IIS", "websiteUrl": null }, + { + "alerts": [], + "authors": [ + "New Relic" + ], + "dashboards": [], + "description": "Open source implementation of JSON and JSON-RPC built for Microsoft’s .NET platform.", + "documentation": [ + { + "description": "Open source implementation of JSON and JSON-RPC built for Microsoft’s .NET platform.", + "name": "Jayrock installation docs", + "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" + } + ], + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/jayrock/icon.svg", + "id": "bc2343ee-5cf0-4213-8aaa-aad8569fd03c", + "keywords": [ + "apm", + "dotnet" + ], + "level": "COMMUNITY", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/jayrock/logo.svg", + "name": "jayrock", + "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/jayrock", + "summary": "Open source implementation of JSON and JSON-RPC built for Microsoft’s .NET platform.", + "title": "Jayrock", + "websiteUrl": null + }, { "alerts": [], "authors": [ @@ -2878,10 +3381,14 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/monorail/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/monorail/icon.svg", "id": "3082c380-5cc1-48f7-976c-2b5157ecad92", + "keywords": [ + "apm", + "dotnet" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/monorail/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/monorail/logo.svg", "name": "monorail", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/monorail", "summary": "Open source web application framework built for .NET designed to imitate some of the functions of Ruby on Rails.", @@ -2902,10 +3409,16 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/msmq/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/msmq/icon.svg", "id": "8a2e0510-8a26-4a61-bd41-512dff1e2f01", + "keywords": [ + "apm", + "dotnet", + "queue", + "featured" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/msmq/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/msmq/logo.svg", "name": "msmq", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/msmq", "summary": "Microsoft Message Queueing is a messaging protocol that allows applications running on separate servers/processes to communicate.", @@ -2926,10 +3439,14 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/nancyfx/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/nancyfx/icon.svg", "id": "d676107b-9f7d-4770-bda0-440d94eeac50", + "keywords": [ + "apm", + "dotnet" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/nancyfx/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/nancyfx/logo.svg", "name": "nancyfx", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/nancyfx", "summary": "Nancy is a lightweight, low-ceremony, framework for building HTTP based services on .NET Framework/Core and Mono.", @@ -2950,10 +3467,11 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/nservicebus/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/nservicebus/icon.svg", "id": "f3f28a00-8cea-41f1-a6fe-ebf5eae5791e", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/nservicebus/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/nservicebus/logo.svg", "name": "nservicebus", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/nservicebus", "summary": "NServiceBus is an implementation of a 'service bus' pattern for .NET.", @@ -2974,10 +3492,11 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/openrasta/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/openrasta/icon.svg", "id": "74600672-3ccb-4e18-baf9-459dc272d654", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/openrasta/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/openrasta/logo.svg", "name": "openrasta", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/openrasta", "summary": "OpenRasta is an open-source .NET framework for building everything web, from web sites to RESTful APIs.", @@ -2998,10 +3517,11 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/restsharp/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/restsharp/icon.svg", "id": "4967824f-1a29-417f-88f2-093d30a41fc2", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/restsharp/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/restsharp/logo.svg", "name": "restsharp", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/restsharp", "summary": "Popular REST API client library for .NET that features auto-serialization, request type detection, a variety of authentications, and more.", @@ -3022,10 +3542,11 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/servicestack/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/servicestack/icon.svg", "id": "a31a0d6f-0c4c-4652-849f-c5537fbe617a", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/servicestack/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/servicestack/logo.svg", "name": "servicestack", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/servicestack", "summary": "Open-source framework designed to be an alternative to the WCF, ASP.NET MVC, and ASP.NET Web API frameworks.", @@ -3046,10 +3567,11 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/silverlight/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/silverlight/icon.svg", "id": "fe42916f-1756-4c93-af10-7236de6d0f6e", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/silverlight/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/silverlight/logo.svg", "name": "silverlight", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/silverlight", "summary": "Microsoft Silverlight is a deprecated application framework for writing and running rich Internet applications.", @@ -3070,10 +3592,11 @@ "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/springdotnet/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/springdotnet/icon.svg", "id": "a9e5eef7-efc9-475f-91d9-81981d968e90", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dotnet/springdotnet/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dotnet/springdotnet/logo.svg", "name": "springdotnet", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dotnet/springdotnet", "summary": "Comprehensive infrastructural support for developing enterprise .NET applications; conceptually based on the Java Spring Framework.", @@ -3096,6 +3619,7 @@ ], "iconUrl": null, "id": "f3b27140-ec22-4f7c-bd06-27d705370c6e", + "keywords": [], "level": "COMMUNITY", "logoUrl": null, "name": "umbraco", @@ -3118,10 +3642,11 @@ "url": "https://docs.newrelic.com/docs/integrations/open-source-telemetry-integrations/open-source-telemetry-integration-list/new-relics-dropwizard-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dropwizard-metrics-reporter/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dropwizard-metrics-reporter/icon.svg", "id": "96e6c8e1-a725-4239-9b6b-5770bc7a4e6c", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dropwizard-metrics-reporter/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dropwizard-metrics-reporter/logo.svg", "name": "dropwizard-metrics-reporter", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dropwizard-metrics-reporter", "summary": "Java library which provides measuring instruments for Java applications.", @@ -3142,10 +3667,13 @@ "url": "https://docs.newrelic.com/docs/integrations/open-source-telemetry-integrations/open-source-telemetry-integration-list/new-relics-dropwizard-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dropwizard/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dropwizard/icon.svg", "id": "ad44341f-63a7-4fb0-be4e-61db55d28455", + "keywords": [ + "open source monitoring" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/dropwizard/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/dropwizard/logo.svg", "name": "dropwizard", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/dropwizard", "summary": "Java framework intended for use in RESTful web services.", @@ -3166,10 +3694,11 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/drupal/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/drupal/icon.svg", "id": "12c2e734-6da4-4723-b484-e3dcf2e20012", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/drupal/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/drupal/logo.svg", "name": "drupal", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/drupal", "summary": "Drupal is a free and open-source web content management framework written in PHP.", @@ -3190,10 +3719,11 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ejb-session-beans/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ejb-session-beans/icon.svg", "id": "d3935d9c-ddc1-47a7-ac6c-7d1ee513a6b4", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ejb-session-beans/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ejb-session-beans/logo.svg", "name": "ejb-session-beans", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ejb-session-beans", "summary": "Individual components in EJB that are created on request of a client for a single session.", @@ -3206,43 +3736,43 @@ "details": "This alert triggers when the reported health of an Elasticsearch cluster is 'red'.\n\n", "name": "Cluster Health", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/alerts/Cluster Health.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/alerts/Cluster Health.yml" }, { "details": "This alert will trigger when the File Store of an Elasticsearch cluster node is >90% full.\n\n", "name": "FS Utilization Percent", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/alerts/FS Utilization Percent.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/alerts/FS Utilization Percent.yml" }, { "details": "This alert will trigger when the Flush latency for an Elasticsearch cluster's primary shards is >5ms.\nThis is measured by: # of Flushes / Time spent on Flushes (ms) for the evaluated time window.\nIncreased Flush Latency is an indication that your disks cannot keep up with your cluster's demands and you may need to reconfigure the 'flush_threshold_size' setting to reduce the translog size needed to trigger a flush operation.\n\n", "name": "Flush Latency Threshold", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/alerts/Flush Latency Threshold.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/alerts/Flush Latency Threshold.yml" }, { "details": "This alert triggers when the reported health of an Elasticsearch index is 'red'.\n\n", "name": "Index Health", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/alerts/Index Health.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/alerts/Index Health.yml" }, { "details": "This alert will trigger when the Indexing latency for an Elasticsearch cluster's primary shards is >5ms.\nThis is measured by: # of Docs Indexed / Time spent Indexing (ms) for the evaluated time window.\nIncreased Flush Latency is an indication that you are trying to index too many documents at one time and you may need to reconfigured your settings to increase performance.\n\n", "name": "Indexing Latency Threshold", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/alerts/Indexing Latency Threshold.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/alerts/Indexing Latency Threshold.yml" }, { "details": "This alert will trigger when the JVM Heap utilization of an Elasticsearch cluster node is >90%.\n\n", "name": "JVM Heap Utilization Percent", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/alerts/JVM Heap Utilization Percent.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/alerts/JVM Heap Utilization Percent.yml" }, { "details": "This alert is triggered when the count of active queries on primary shards deviates more than 2 standard deviations above or below the baseline.\nThis can be a leading indicator of a potential loss of service or flood of requests.\n\n", "name": "Query Load Baseline", "type": "BASELINE", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/alerts/Query Load Baseline.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/alerts/Query Load Baseline.yml" } ], "authors": [ @@ -3253,12 +3783,12 @@ "description": "", "name": "Elasticsearch Monitoring", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/dashboards/elasticsearch01.jpg", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/dashboards/elasticsearch02.jpg", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/dashboards/elasticsearch03.jpg", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/dashboards/elasticsearch04.jpg" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/dashboards/elasticsearch01.jpg", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/dashboards/elasticsearch02.jpg", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/dashboards/elasticsearch03.jpg", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/dashboards/elasticsearch04.jpg" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/dashboards/elasticsearch.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/dashboards/elasticsearch.json" } ], "description": "This observability pack includes dashboards and alerts for popular signals regarding Elasticsearch cluster health and performance.\nUse this pack together with the New Relic Elasticsearch On Host Integration and New Relic Infrastructure agent log forwarding to get insight into the performance of your Elasticsearch clusters.\n\n", @@ -3269,10 +3799,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/elasticsearch-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/icon.png", "id": "d42f2744-3d69-4860-97af-ec9e75885038", + "keywords": [ + "infrastructure", + "database" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/elasticsearch/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/elasticsearch/logo.png", "name": "Elasticsearch", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/elasticsearch", "summary": "", @@ -3293,10 +3827,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/f5-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/f5/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/f5/icon.svg", "id": "0da402d7-e8ef-4a97-8e3f-fc476a86a3c0", + "keywords": [ + "infrastructure", + "load balancer" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/f5/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/f5/logo.svg", "name": "f5", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/f5", "summary": "Family of software and hardware products designed around application availability, access control, and security.", @@ -3317,10 +3855,14 @@ "url": "https://docs.newrelic.com/docs/logs/enable-logs/enable-logs/fluent-bit-plugin-logs" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/fluent-bit-plugin-for-logs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/fluent-bit-plugin-for-logs/icon.svg", "id": "6cf85c11-8e07-40b1-9236-b1581c18bfd1", + "keywords": [ + "logs", + "logging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/fluent-bit-plugin-for-logs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/fluent-bit-plugin-for-logs/logo.svg", "name": "fluent-bit-plugin-for-logs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/fluent-bit-plugin-for-logs", "summary": "Open source and multi-platform Log Processor and Forwarder which allows you to collect data/logs from different sources.", @@ -3341,10 +3883,14 @@ "url": "https://docs.newrelic.com/docs/logs/enable-logs/enable-logs/fluentd-plugin-logs" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/fluentd-plugin-for-logs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/fluentd-plugin-for-logs/icon.svg", "id": "f556df41-4cff-4e22-a4aa-e674e4d6ade8", + "keywords": [ + "logs", + "logging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/fluentd-plugin-for-logs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/fluentd-plugin-for-logs/logo.svg", "name": "fluentd-plugin-for-logs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/fluentd-plugin-for-logs", "summary": "Open source data collector, which lets you unify the data collection and consumption for a better use and understanding of data.", @@ -3367,6 +3913,7 @@ ], "iconUrl": null, "id": "7d67b885-4a85-4c2e-b639-8d8b704b6def", + "keywords": [], "level": "COMMUNITY", "logoUrl": null, "name": "full-story", @@ -3386,17 +3933,18 @@ "description": "Monitor Telemetry traces from your Gatsby Build steps in production and develop", "name": "Gatsby Build", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gatsby-build/dashboards/gatsby-build.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gatsby-build/dashboards/gatsby-build.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gatsby-build/dashboards/gatsby-build.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gatsby-build/dashboards/gatsby-build.json" } ], "description": "The Gatsby observability pack allows you to get visibility into the build time of your Gatsby Sites, \nusing [Open Telemetry](https://docs.newrelic.com/docs/integrations/open-source-telemetry-integrations/opentelemetry/introduction-opentelemetry-new-relic/)\nto collect each step as a span in a Distributed Trace. This Dashboard lets you monitor your build in real-time to highlight which steps are affecting performance,\nso you can improve them faster.\n\n\n", "documentation": [], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gatsby-build/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gatsby-build/icon.png", "id": "d234c09c-3338-4713-8340-ca75766445d6", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gatsby-build/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gatsby-build/logo.png", "name": "Gatsby Build", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gatsby-build", "summary": "", @@ -3417,10 +3965,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-run-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-cloud-run/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-cloud-run/icon.svg", "id": "161abdd1-8d62-49c7-84cf-3b3f3abb59ef", + "keywords": [ + "gcp", + "google cloud platform", + "containers" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-cloud-run/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-cloud-run/logo.svg", "name": "gcp-cloud-run", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-cloud-run", "summary": "Fully managed platform for taking locally developed applications and deploying them on containers for simple scaling.", @@ -3441,10 +3994,14 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-dataflow-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-dataflow/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-dataflow/icon.svg", "id": "dec05983-5c59-4fdd-9446-211d5bd7e20d", + "keywords": [ + "gcp", + "google cloud platform" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-dataflow/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-dataflow/logo.svg", "name": "gcp-dataflow", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-dataflow", "summary": "Execute Apache Beam pipelines in a fully managed google cloud environment.", @@ -3465,10 +4022,14 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-dataproc-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-dataproc/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-dataproc/icon.svg", "id": "3128c4a1-0807-48f8-90e4-08314f450613", + "keywords": [ + "gcp", + "google cloud platform" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-dataproc/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-dataproc/logo.svg", "name": "gcp-dataproc", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-dataproc", "summary": "Run Apache Spark and Hadoop clusters in a fully managed Google Cloud environment.", @@ -3489,10 +4050,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-datastore-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-datastore/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-datastore/icon.svg", "id": "55107a4b-fb51-4ba2-9ac7-0fe1278c1310", + "keywords": [ + "gcp", + "google cloud platform", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-datastore/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-datastore/logo.svg", "name": "gcp-datastore", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-datastore", "summary": "A highly scalable, fully managed NoSQL database service offered by Google on the Google Cloud Platform.", @@ -3513,10 +4079,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-direct-interconnect-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-dedicated-interconnect/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-dedicated-interconnect/icon.svg", "id": "4041f83f-32ba-4406-8c08-06b669a83d06", + "keywords": [ + "gcp", + "google cloud platform", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-dedicated-interconnect/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-dedicated-interconnect/logo.svg", "name": "gcp-dedicated-interconnect", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-dedicated-interconnect", "summary": "Provides direct physical connections between your on-premises network and Google's network.", @@ -3537,10 +4108,14 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-firebase-database-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-firebase-database/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-firebase-database/icon.svg", "id": "8737e244-282b-41a8-a25b-f527c40eaa4d", + "keywords": [ + "gcp", + "google cloud platform" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-firebase-database/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-firebase-database/logo.svg", "name": "gcp-firebase-database", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-firebase-database", "summary": "An efficient, low-latency solution for mobile apps that require synced states across clients in real time.", @@ -3561,10 +4136,14 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-firebase-hosting-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-firebase-hosting/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-firebase-hosting/icon.svg", "id": "655923cb-651b-4b69-a790-1b0bb4ab906d", + "keywords": [ + "gcp", + "google cloud platform" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-firebase-hosting/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-firebase-hosting/logo.svg", "name": "gcp-firebase-hosting", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-firebase-hosting", "summary": "Provides fast and secure hosting for your web app, static and dynamic content, and microservices.", @@ -3585,10 +4164,14 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-firebase-storage-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-firebase-storage/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-firebase-storage/icon.svg", "id": "e336e54a-6b3c-4bbf-b869-3bca0e89e5c2", + "keywords": [ + "gcp", + "google cloud platform" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-firebase-storage/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-firebase-storage/logo.svg", "name": "gcp-firebase-storage", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-firebase-storage", "summary": "Service built for app developers that need to store and serve user-generated content, such as photos or videos.", @@ -3609,10 +4192,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-firestore-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-firestore/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-firestore/icon.svg", "id": "862aa133-98f2-407b-a807-7b9e6496cd89", + "keywords": [ + "gcp", + "google cloud platform", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-firestore/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-firestore/logo.svg", "name": "gcp-firestore", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-firestore", "summary": "A NoSQL document database that lets you easily store, sync, and query data for your mobile and web apps - at global scale.", @@ -3633,10 +4221,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-router-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-router/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-router/icon.svg", "id": "8f682165-82e6-4cf4-b67f-348cd7624689", + "keywords": [ + "gcp", + "google cloud platform", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-router/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-router/logo.svg", "name": "gcp-router", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-router", "summary": "Service that exchanges routes between Virtual Private Clouds (VPC) and on-premises networks by using Border Gateway Protocol (BGP).", @@ -3657,10 +4250,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-serverless-vpc-access-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-vpc/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-vpc/icon.svg", "id": "9ead6653-26c0-46c0-9e84-8cb5f2ad0f89", + "keywords": [ + "gcp", + "google cloud platform", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/gcp-vpc/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/gcp-vpc/logo.svg", "name": "gcp-vpc", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/gcp-vpc", "summary": "Provides networking for Google Compute instances, Google Kubernetes Engine (GKE) clusters, and the App Engine flexible environment.", @@ -3681,10 +4279,11 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-app-engine-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-app-engine/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-app-engine/icon.svg", "id": "77bf282e-6a21-4d32-a805-de97cd06b595", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-app-engine/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-app-engine/logo.svg", "name": "google-app-engine", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/google-app-engine", "summary": "GCP service that abstracts away underlying infrastructure for your mobile and web applications, allowing you to focus on their development.", @@ -3705,10 +4304,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-bigquery-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-bigquery/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-bigquery/icon.svg", "id": "c5a46745-81dd-4f5c-8918-398da04b03e6", + "keywords": [ + "gcp", + "google cloud platform", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-bigquery/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-bigquery/logo.svg", "name": "google-bigquery", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/google-bigquery", "summary": "Fully managed data warehouse with options for user-defined or automated data schemes and exploration via SQL queries.", @@ -3729,10 +4333,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-functions-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-cloud-functions/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-cloud-functions/icon.svg", "id": "b8d43c33-c1e3-4ce0-ac77-efa48f339ea7", + "keywords": [ + "gcp", + "google cloud platform", + "serverless" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-cloud-functions/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-cloud-functions/logo.svg", "name": "google-cloud-functions", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/google-cloud-functions", "summary": "Create short pieces of code that respond to cloud events without the need to manage an application server or runtime environment.", @@ -3753,10 +4362,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-spanner-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-cloud-spanner/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-cloud-spanner/icon.svg", "id": "98957106-b7dc-43d7-99c7-f367a9879813", + "keywords": [ + "gcp", + "google cloud platform", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-cloud-spanner/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-cloud-spanner/logo.svg", "name": "google-cloud-spanner", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/google-cloud-spanner", "summary": "Globally-distributed relational database service built for the cloud. Add schemas, write and modify data, and run queries.", @@ -3777,10 +4391,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-sql-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-cloud-sql/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-cloud-sql/icon.svg", "id": "139a99a9-d9b8-4b17-96b0-114c4434a023", + "keywords": [ + "gcp", + "google cloud platform", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-cloud-sql/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-cloud-sql/logo.svg", "name": "google-cloud-sql", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/google-cloud-sql", "summary": "Set up, maintain, manage, and administer MySQL and PostgreSQL databases in the cloud.", @@ -3801,10 +4420,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-storage-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-cloud-storage/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-cloud-storage/icon.svg", "id": "88f15100-4a66-465c-9b4b-747c9ab32071", + "keywords": [ + "gcp", + "google cloud platform", + "storage" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-cloud-storage/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-cloud-storage/logo.svg", "name": "google-cloud-storage", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/google-cloud-storage", "summary": "Serve website content, store data for archival and disaster recovery, and distribute data objects via direct download.", @@ -3825,10 +4449,14 @@ "url": "https://newrelic.com/integrations/gcp-compute-engine-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-compute-engine/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-compute-engine/icon.svg", "id": "a88622bb-b942-444f-a4aa-8e034c237f41", + "keywords": [ + "gcp", + "google cloud platform" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-compute-engine/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-compute-engine/logo.svg", "name": "google-compute-engine", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/google-compute-engine", "summary": "Provides on-demand cloud infrastructure for general purpose applications with a variety of server sizes, regions, and operating systems.", @@ -3849,10 +4477,16 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-load-balancing-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-load-balancing/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-load-balancing/icon.svg", "id": "11f68d4b-8a52-4b05-acce-08de24c99b09", + "keywords": [ + "gcp", + "google cloud platform", + "load balancer", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-load-balancing/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-load-balancing/logo.svg", "name": "google-load-balancing", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/google-load-balancing", "summary": "Managed service for distributing traffic in a single or multiple regions with seamless, immediate autoscaling and wide protocol support.", @@ -3873,10 +4507,15 @@ "url": "https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/google-cloud-pubsub-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-pub-sub/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-pub-sub/icon.svg", "id": "7ee5466d-31ec-4b91-a7ca-18dc91b43424", + "keywords": [ + "gcp", + "google cloud platform", + "queue" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/gcp/google-pub-sub/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/gcp/google-pub-sub/logo.svg", "name": "google-pub-sub", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/gcp/google-pub-sub", "summary": "Ingests and delivers event streams for quick data processing and analysis.", @@ -3897,10 +4536,14 @@ "url": "https://docs.newrelic.com/docs/agents/go-agent/get-started/go-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golang/echo/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golang/echo/icon.svg", "id": "31e4cb0c-fdb0-4bdd-9631-1072be75bd8b", + "keywords": [ + "apm", + "golang" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golang/echo/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golang/echo/logo.svg", "name": "echo", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/golang/echo", "summary": "Web framework for Go that's built for scalability and ease of use.", @@ -3923,6 +4566,10 @@ ], "iconUrl": null, "id": "d0dee9c1-b67b-427d-bb85-303cc5dab2a8", + "keywords": [ + "apm", + "golang" + ], "level": "COMMUNITY", "logoUrl": null, "name": "gin", @@ -3931,30 +4578,6 @@ "title": "Gin", "websiteUrl": null }, - { - "alerts": [], - "authors": [ - "New Relic" - ], - "dashboards": [], - "description": "Open source monitoring integration for the Go language built by New Relic.", - "documentation": [ - { - "description": "Open source monitoring integration for the Go language built by New Relic.", - "name": "Go Insights installation docs", - "url": "https://docs.newrelic.com/docs/integrations/host-integrations/open-source-host-integrations-list/go-insights-open-source-integration" - } - ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golang/go-insights/icon.svg", - "id": "6590b980-c0ef-4432-8d84-3af256087817", - "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golang/go-insights/logo.svg", - "name": "go-insights", - "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/golang/go-insights", - "summary": "Open source monitoring integration for the Go language built by New Relic.", - "title": "Go Insights", - "websiteUrl": null - }, { "alerts": [], "authors": [ @@ -3969,10 +4592,15 @@ "url": "https://docs.newrelic.com/docs/agents/go-agent/get-started/go-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golang/golang/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golang/golang/icon.svg", "id": "87dc92ae-94df-4034-a9fa-d5edfb253e29", + "keywords": [ + "apm", + "golang", + "language agent" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golang/golang/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golang/golang/logo.svg", "name": "golang", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/golang/golang", "summary": "Popular open source programming language with automated features.", @@ -3993,10 +4621,14 @@ "url": "https://docs.newrelic.com/docs/agents/go-agent/get-started/go-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golang/httprouter/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golang/httprouter/icon.svg", "id": "66433ac5-1908-4af0-b1f8-9c78e5eed8df", + "keywords": [ + "apm", + "golang" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golang/httprouter/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golang/httprouter/logo.svg", "name": "httprouter", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/golang/httprouter", "summary": "Go-based HTTP request router built with a focus on performance and light resource usage.", @@ -4019,6 +4651,11 @@ ], "iconUrl": null, "id": "0ec4a7a7-9f9a-4c1d-af3d-07803619711b", + "keywords": [ + "apm", + "golang", + "serverless" + ], "level": "COMMUNITY", "logoUrl": null, "name": "lambda-go", @@ -4043,6 +4680,12 @@ ], "iconUrl": null, "id": "075e9126-ea33-44e0-bae4-f7dec0db91fd", + "keywords": [ + "apm", + "golang", + "logs", + "logging" + ], "level": "COMMUNITY", "logoUrl": null, "name": "logrus", @@ -4067,6 +4710,12 @@ ], "iconUrl": null, "id": "0c244f76-acd6-474f-86f6-1e65f324b976", + "keywords": [ + "apm", + "golang", + "logs", + "logging" + ], "level": "COMMUNITY", "logoUrl": null, "name": "logxi", @@ -4091,6 +4740,10 @@ ], "iconUrl": null, "id": "1b217f59-7152-40f9-b63b-01b5952ff45a", + "keywords": [ + "apm", + "golang" + ], "level": "COMMUNITY", "logoUrl": null, "name": "micro", @@ -4115,6 +4768,10 @@ ], "iconUrl": null, "id": "dc906e6a-ff9c-4fe5-935f-e8a7673c14bf", + "keywords": [ + "apm", + "golang" + ], "level": "COMMUNITY", "logoUrl": null, "name": "mux", @@ -4139,6 +4796,7 @@ ], "iconUrl": null, "id": "ac4355fd-31bc-4753-a67f-7e24feb9cb55", + "keywords": [], "level": "COMMUNITY", "logoUrl": null, "name": "nats", @@ -4163,6 +4821,10 @@ ], "iconUrl": null, "id": "f49bc8d7-8dee-4096-974f-109eb6cbb058", + "keywords": [ + "apm", + "golang" + ], "level": "COMMUNITY", "logoUrl": null, "name": "zap", @@ -4177,31 +4839,31 @@ "details": "This alert fires when a host's CPU usage goes above 90 percent for a period of 5 minutes.\n\n", "name": "CPU Usage", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golden-signals-web/alerts/cpu.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golden-signals-web/alerts/cpu.yml" }, { "details": "This alert fires when 10 percent of the transactions against an application end with an error, over a period of 5 minutes.\n\n", "name": "Errors", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golden-signals-web/alerts/errors.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golden-signals-web/alerts/errors.yml" }, { "details": "When memory limits are reached, applications can do weird and unpredictable things.\nThis alert fires when the percentage of memory used on a host exceeds 90 percent for 5 minutes.\n\n", "name": "Memory Usage", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golden-signals-web/alerts/memory.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golden-signals-web/alerts/memory.yml" }, { "details": "This alert fires when the average transaction duration is above 5 seconds for 5 minutes.\n\n", "name": "Response time", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golden-signals-web/alerts/response_time.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golden-signals-web/alerts/response_time.yml" }, { "details": "Throughput is a great way to measure the health of your applications.\nThis alert fires when the throughput of a web application drops below 5 transactions in a 5 minute period.\n\n", "name": "Throughput", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golden-signals-web/alerts/throughput.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golden-signals-web/alerts/throughput.yml" } ], "authors": [ @@ -4213,15 +4875,16 @@ "description": "", "name": "Golden Signals Web", "screenshots": [], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golden-signals-web/dashboards/golden_signals.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golden-signals-web/dashboards/golden_signals.json" } ], "description": "Golden signals alerts for web servers. Includes alerts and a dashboard for throughput, errors, response time, CPU usage, and memory usage.\n\n", "documentation": [], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golden-signals-web/icon.jpeg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golden-signals-web/icon.jpeg", "id": "aae62e98-51c4-4e73-82b4-29d9ae95433a", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/golden-signals-web/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/golden-signals-web/logo.png", "name": "Golden Signals for Web Servers", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/golden-signals-web", "summary": "", @@ -4239,12 +4902,12 @@ "description": "", "name": "HAProxy", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/haproxy/dashboards/haproxy01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/haproxy/dashboards/haproxy02.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/haproxy/dashboards/haproxy03.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/haproxy/dashboards/haproxy04.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/haproxy/dashboards/haproxy01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/haproxy/dashboards/haproxy02.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/haproxy/dashboards/haproxy03.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/haproxy/dashboards/haproxy04.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/haproxy/dashboards/haproxy.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/haproxy/dashboards/haproxy.json" } ], "description": "Official New Relic pack for HAProxy\nUse this pack together with the New Relic HAProxy On Host Integration to get insight into the performance of your HAProxy instances.\n\n", @@ -4255,10 +4918,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/haproxy-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/haproxy/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/haproxy/icon.png", "id": "9ce1d531-ac54-4c70-809f-1e4e04db1fd2", + "keywords": [ + "infrastructure", + "load balancer" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/haproxy/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/haproxy/logo.png", "name": "HAProxy", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/haproxy", "summary": "", @@ -4276,15 +4943,16 @@ "description": "", "name": "Infrastructure Dashboard", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/infrastructure/dashboards/infra_pages_dashboard.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/infrastructure/dashboards/infra_pages_dashboard.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/infrastructure/dashboards/infra_pages_dashboard.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/infrastructure/dashboards/infra_pages_dashboard.json" } ], "description": "The infrastructure pack allows you to get visibilility into the performance and availability of your hosts and operating system.\n\n", "documentation": [], "iconUrl": null, "id": "71419258-a96f-4845-b4f7-723f3b29d6a5", + "keywords": [], "level": "NEWRELIC", "logoUrl": null, "name": "Infrastructure", @@ -4307,10 +4975,14 @@ "url": "https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/get-started/introduction-new-relic-mobile-ios" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ios/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ios/icon.svg", "id": "63bf288d-707e-4214-aac9-b51e7121b22d", + "keywords": [ + "mobile", + "mobile agent" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ios/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ios/logo.svg", "name": "ios", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ios", "summary": "Default operating system for Apple mobile devices, including the iPhone and iPad.", @@ -4331,10 +5003,13 @@ "url": "https://docs.newrelic.com/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/istio/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/istio/icon.svg", "id": "36aa41e3-2d2a-41d7-844a-083f00c5d65e", + "keywords": [ + "kubernetes" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/istio/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/istio/logo.svg", "name": "istio", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/istio", "summary": "Open source service mesh that allows you to connect various services and platforms together in a single point.", @@ -4355,10 +5030,11 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/adobe-cq/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/adobe-cq/icon.svg", "id": "5f832d4a-8563-44b0-aff0-f9449a993121", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/adobe-cq/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/adobe-cq/logo.svg", "name": "adobe-cq", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/adobe-cq", "summary": "Java-based Content Management platform solution for building website, mobile apps and forms.", @@ -4379,10 +5055,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/akka/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/akka/icon.svg", "id": "a117414a-959c-4830-af3c-55d612ad043e", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/akka/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/akka/logo.svg", "name": "akka", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/akka", "summary": "Toolkit and runtime simplifying the construction of concurrent and distributed applications in Java.", @@ -4403,10 +5083,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/anorm/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/anorm/icon.svg", "id": "ff7d6b8a-b6cd-445e-b679-65458b405453", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/anorm/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/anorm/logo.svg", "name": "anorm", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/anorm", "summary": "Data access layer that uses plain SQL to interact with the database and provides an API to parse and transform the resulting datasets.", @@ -4429,6 +5113,11 @@ ], "iconUrl": null, "id": "7659dfcd-54c1-46f8-8916-6a038300133c", + "keywords": [ + "apm", + "http", + "java" + ], "level": "COMMUNITY", "logoUrl": null, "name": "asynchttpclient", @@ -4451,10 +5140,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/coldfusion/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/coldfusion/icon.svg", "id": "c09a9f00-2339-45ae-b680-696ad467154a", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/coldfusion/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/coldfusion/logo.svg", "name": "coldfusion", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/coldfusion", "summary": "Adobe ColdFusion is a rapid-development platform for building and deploying web and mobile applications.", @@ -4475,16 +5168,49 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/cxf/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/cxf/icon.svg", "id": "7c880505-ed7d-4f2d-98b6-13fc2a3fa114", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/cxf/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/cxf/logo.svg", "name": "cxf", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/cxf", "summary": "Open source service framework for building and developing on front-end APIs.", "title": "CXF", "websiteUrl": null }, + { + "alerts": [], + "authors": [ + "New Relic" + ], + "dashboards": [], + "description": "Open-source NoSQL database-as-a-service built on Apache Cassandra.", + "documentation": [ + { + "description": "Open-source NoSQL database-as-a-service built on Apache Cassandra.", + "name": "Datastax Cassandra installation docs", + "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" + } + ], + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/datastax-cassandra/icon.svg", + "id": "06bf5a72-2b2b-472d-83cc-af9b8156eea3", + "keywords": [ + "apm", + "java", + "database" + ], + "level": "COMMUNITY", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/datastax-cassandra/logo.svg", + "name": "datastax-cassandra", + "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/datastax-cassandra", + "summary": "Open-source NoSQL database-as-a-service built on Apache Cassandra.", + "title": "Datastax Cassandra", + "websiteUrl": null + }, { "alerts": [], "authors": [ @@ -4499,10 +5225,15 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/derby/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/derby/icon.svg", "id": "c3839af0-2041-4bb7-a330-fb6444c43097", + "keywords": [ + "apm", + "java", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/derby/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/derby/logo.svg", "name": "derby", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/derby", "summary": "Apache-developed relational database with both application and network benefits.", @@ -4523,10 +5254,11 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/generic-jdbc/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/generic-jdbc/icon.svg", "id": "495ecdd5-ba37-47b9-819f-c02a528c2c37", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/generic-jdbc/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/generic-jdbc/logo.svg", "name": "generic-jdbc", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/generic-jdbc", "summary": "Java Database Connectivity is a standard Java API for database-independent connectivity between Java and a wide range of databases.", @@ -4547,10 +5279,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/glassfish/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/glassfish/icon.svg", "id": "f325b81a-9d6f-46ee-8ac4-42815ec6cd1b", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/glassfish/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/glassfish/logo.svg", "name": "glassfish", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/glassfish", "summary": "Open source Java Enterprise Edition application server and reference platform.", @@ -4571,10 +5307,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/grails/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/grails/icon.svg", "id": "04619b1c-a26c-457e-b274-d8347a759631", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/grails/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/grails/logo.svg", "name": "grails", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/grails", "summary": "Open source web application framework that leverages Apache Groovy.", @@ -4595,10 +5335,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/grpc/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/grpc/icon.svg", "id": "3473982b-d42a-4505-82be-9f3cda13bb8e", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/grpc/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/grpc/logo.svg", "name": "grpc", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/grpc", "summary": "Open source framework for remote procedure calls designed for multi-platform usage.", @@ -4619,10 +5363,15 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/h2/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/h2/icon.svg", "id": "33d2fa2c-edd9-4ad4-91a1-a2202df6d977", + "keywords": [ + "apm", + "java", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/h2/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/h2/logo.svg", "name": "h2", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/h2", "summary": "Java-based relational database management system.", @@ -4643,10 +5392,15 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/hibernate/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/hibernate/icon.svg", "id": "120df901-2cce-4ddc-bb47-c573dea92449", + "keywords": [ + "apm", + "java", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/hibernate/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/hibernate/logo.svg", "name": "hibernate", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/hibernate", "summary": "Object-relational mapping tool with data query and retrieval functionality built in in Java.", @@ -4667,10 +5421,15 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/hsql/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/hsql/icon.svg", "id": "224a0391-6733-4472-8325-2e84d1eb71f3", + "keywords": [ + "apm", + "java", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/hsql/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/hsql/logo.svg", "name": "hsql", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/hsql", "summary": "Java-based relational database management platform with a rich feature set.", @@ -4691,10 +5450,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/hystrix/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/hystrix/icon.svg", "id": "05eaa88e-417e-48aa-aa85-ecef493a2b44", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/hystrix/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/hystrix/logo.svg", "name": "hystrix", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/hystrix", "summary": "Tool built by Netflix for fault tolerance, latency reduction, realtime operation monitoring, and concurrency aware request caching.", @@ -4715,10 +5478,15 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/ibm-db2/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/ibm-db2/icon.svg", "id": "ccd61ecf-8f95-4fba-b57c-bff8f96b2877", + "keywords": [ + "apm", + "java", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/ibm-db2/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/ibm-db2/logo.svg", "name": "ibm-db2", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/ibm-db2", "summary": "Database management tool that supports a wide variety of data types.", @@ -4739,10 +5507,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/inet-merlia/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/inet-merlia/icon.svg", "id": "bbb9953a-217b-4168-9316-891d65f2c90f", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/inet-merlia/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/inet-merlia/logo.svg", "name": "inet-merlia", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/inet-merlia", "summary": "Java driver built by Inet for managing Microsoft SQL servers.", @@ -4763,10 +5535,15 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/java/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/java/icon.svg", "id": "3ebfb315-d0a6-4b27-9f89-b16a9a1ada5f", + "keywords": [ + "apm", + "java", + "language agent" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/java/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/java/logo.svg", "name": "java", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/java", "summary": "Popular object-oriented programming language with widespread platform and operating system support.", @@ -4787,40 +5564,20 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jax-rs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jax-rs/icon.svg", "id": "c622cf23-937a-40be-873c-0af1f1e17d96", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jax-rs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jax-rs/logo.svg", "name": "jax-rs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/jax-rs", "summary": "API specification for Java that enables faster web application development.", "title": "JAX-RS", "websiteUrl": null }, - { - "alerts": [], - "authors": [ - "New Relic" - ], - "dashboards": [], - "description": "Open source implementation of JSON and JSON-RPC built for Microsoft’s .NET platform.", - "documentation": [ - { - "description": "Open source implementation of JSON and JSON-RPC built for Microsoft’s .NET platform.", - "name": "Jayrock installation docs", - "url": "https://docs.newrelic.com/docs/agents/net-agent/getting-started/compatibility-requirements-net-framework-agent" - } - ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jayrock/icon.svg", - "id": "bc2343ee-5cf0-4213-8aaa-aad8569fd03c", - "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jayrock/logo.svg", - "name": "jayrock", - "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/jayrock", - "summary": "Open source implementation of JSON and JSON-RPC built for Microsoft’s .NET platform.", - "title": "Jayrock", - "websiteUrl": null - }, { "alerts": [], "authors": [ @@ -4835,10 +5592,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jcache-api/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jcache-api/icon.svg", "id": "e2eac9ef-7fc7-4c7b-90bb-66d9d0a8ad9a", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jcache-api/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jcache-api/logo.svg", "name": "jcache-api", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/jcache-api", "summary": "Standard API in Java used for managing cache.", @@ -4859,10 +5620,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jersey/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jersey/icon.svg", "id": "11e3307b-961f-401a-8c70-6ba7e8281a61", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jersey/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jersey/logo.svg", "name": "jersey", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/jersey", "summary": "Open source RESTful web services framework for java development.", @@ -4883,10 +5648,15 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jetty/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jetty/icon.svg", "id": "bd25431c-30f4-4e48-80b5-737178ec9125", + "keywords": [ + "apm", + "java", + "server" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jetty/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jetty/logo.svg", "name": "jetty", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/jetty", "summary": "Java-based web server and javax.servlet container with support for a variety of protocols and services.", @@ -4907,10 +5677,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jms/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jms/icon.svg", "id": "b4d77144-cbb8-4e08-9266-a13c33e1cb40", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jms/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jms/logo.svg", "name": "jms", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/jms", "summary": "Java Messaging Library for asynchronously sending and receiving data and events.", @@ -4931,10 +5705,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jsf/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jsf/icon.svg", "id": "efd3c5ea-f478-47ed-bbfb-e730e48e3fd6", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jsf/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jsf/logo.svg", "name": "jsf", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/jsf", "summary": "Web Application Framework for Java intended for use with web-based user interfaces.", @@ -4955,10 +5733,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jsp/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jsp/icon.svg", "id": "b95404a4-e64b-48c6-9bef-5d1697d95090", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/jsp/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/jsp/logo.svg", "name": "jsp", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/jsp", "summary": "Standard Java technology that enables the building and management of dynamic pages.", @@ -4979,10 +5761,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/mule-esb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/mule-esb/icon.svg", "id": "fb550b47-c33b-48a8-be4f-5cf469d34b59", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/mule-esb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/mule-esb/logo.svg", "name": "mule-esb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/mule-esb", "summary": "Mule is a lightweight Java-based enterprise service bus (ESB) and integration platform.", @@ -5003,10 +5789,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/netty/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/netty/icon.svg", "id": "6c25b345-1377-42be-b265-d511e0d170f8", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/netty/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/netty/logo.svg", "name": "netty", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/netty", "summary": "Netty is a NIO client server framework which enables development of network applications such as protocol servers and clients.", @@ -5027,10 +5817,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/oc4j/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/oc4j/icon.svg", "id": "e69ba5e0-04bc-48df-a246-9d371a2ecdf5", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/oc4j/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/oc4j/logo.svg", "name": "oc4j", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/oc4j", "summary": "OC4J is Oracle's implementation of the Java EE specification.", @@ -5051,10 +5845,11 @@ "url": "https://github.com/newrelic/opentelemetry-exporter-java" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/opentelemetry-java-exporter/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/opentelemetry-java-exporter/icon.svg", "id": "e1a0b7db-3d39-47af-b239-d6d172e4c211", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/opentelemetry-java-exporter/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/opentelemetry-java-exporter/logo.svg", "name": "opentelemetry-java-exporter", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/opentelemetry-java-exporter", "summary": "Java exporter for the suite of APIs and agents intended to capture metric and trace data from your software.", @@ -5075,10 +5870,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/play-ws/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/play-ws/icon.svg", "id": "5df06d60-ba6c-4522-8536-21757c49a5f0", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/play-ws/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/play-ws/logo.svg", "name": "play-ws", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/play-ws", "summary": "Play WS is a powerful asynchronous HTTP Client library.", @@ -5099,10 +5898,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/play/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/play/icon.svg", "id": "ff857ff5-2464-48f2-ab4b-27a2d58bf605", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/play/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/play/logo.svg", "name": "play", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/play", "summary": "The Play Framework combines productivity and performance making it easy to build scalable web applications with Java and Scala.", @@ -5123,10 +5926,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/quartz-job-scheduler/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/quartz-job-scheduler/icon.svg", "id": "c4569c6c-1ef5-4be0-a235-8b2027e0813d", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/quartz-job-scheduler/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/quartz-job-scheduler/logo.svg", "name": "quartz-job-scheduler", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/quartz-job-scheduler", "summary": "Quartz is a job scheduling library that can be integrated into a wide variety of Java applications.", @@ -5147,10 +5954,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/resin/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/resin/icon.svg", "id": "ffb08d84-b825-4550-baa0-1b8c6b94bde7", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/resin/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/resin/logo.svg", "name": "resin", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/resin", "summary": "A reliable, fast web server and load balancer written in Java from Caucho Technology.", @@ -5171,10 +5982,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/resteasy/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/resteasy/icon.svg", "id": "7d8d1010-ac74-44a0-92ba-84488fb85280", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/resteasy/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/resteasy/logo.svg", "name": "resteasy", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/resteasy", "summary": "RESTEasy provides various frameworks to help you build RESTful Web Services and RESTful Java applications.", @@ -5195,10 +6010,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/scala/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/scala/icon.svg", "id": "b946df67-a9d8-45e4-8af3-f96079d6ad38", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/scala/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/scala/logo.svg", "name": "scala", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/scala", "summary": "Scala is a general-purpose programming language providing support for both object-oriented programming and functional programming.", @@ -5219,10 +6038,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/slick/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/slick/icon.svg", "id": "c47bbe84-8279-4730-80cf-92563ff0f8bd", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/slick/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/slick/logo.svg", "name": "slick", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/slick", "summary": "Slick is a modern database query and access library for Scala.", @@ -5243,10 +6066,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/solr/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/solr/icon.svg", "id": "77c77c91-17c4-4448-89cb-b0068a4e45ac", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/solr/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/solr/logo.svg", "name": "solr", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/solr", "summary": "Open-source enterprise-search platform. Supporting full-text search, hit highlighting, faceted search, real-time indexing, and more.", @@ -5267,10 +6094,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/spray-can/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/spray-can/icon.svg", "id": "2907733c-6b3d-4044-97e2-2677889017b8", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/spray-can/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/spray-can/logo.svg", "name": "spray-can", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/spray-can", "summary": "A low-overhead, high-performance, fully asynchronous HTTP server and client library implemented entirely in Scala on top of Akka.", @@ -5291,10 +6122,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/spring-jms/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/spring-jms/icon.svg", "id": "f27c303f-4a6b-4cc6-b4ab-6d0d33e99d0a", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/spring-jms/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/spring-jms/logo.svg", "name": "spring-jms", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/spring-jms", "summary": "Spring's JMS (Java Message Service) integration framework that simplifies the use of the JMS API.", @@ -5315,10 +6150,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/spring/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/spring/icon.svg", "id": "a02ce528-4ba6-42bd-a109-25bfbb827b3e", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/spring/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/spring/logo.svg", "name": "spring", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/spring", "summary": "Programming and configuration model that uses an inversion of control container to build modern Java-based enterprise applications.", @@ -5339,10 +6178,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/spymemcached/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/spymemcached/icon.svg", "id": "523d68d1-aab4-4fc9-ae69-9dea53374a14", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/spymemcached/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/spymemcached/logo.svg", "name": "spymemcached", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/spymemcached", "summary": "SpyMemcached is a simple, asynchronous, single-threaded memcached client written in java.", @@ -5363,10 +6206,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/struts/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/struts/icon.svg", "id": "ae3c5a6c-4c3b-4b72-ae07-5f90a633073f", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/struts/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/struts/logo.svg", "name": "struts", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/struts", "summary": "Open-source web application framework for Java EE web applications that extends the Java Servlet API to encourage an MVC architecture.", @@ -5387,10 +6234,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/thrift/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/thrift/icon.svg", "id": "2c1daa78-fd43-4fd8-84f6-ffe4b2ced430", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/thrift/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/thrift/logo.svg", "name": "thrift", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/thrift", "summary": "Strongly-typed language-agnostic RPC system that can used to build scalable cross-language services.", @@ -5411,10 +6262,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/tomcat/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/tomcat/icon.svg", "id": "d3e84281-6094-4cb2-b323-30e4f13b4f0c", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/tomcat/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/tomcat/logo.svg", "name": "tomcat", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/tomcat", "summary": "Open-source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and WebSocket technologies.", @@ -5435,10 +6290,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/tomee/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/tomee/icon.svg", "id": "65a5accd-3395-4a8c-b385-03e4f2200137", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/tomee/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/tomee/logo.svg", "name": "tomee", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/tomee", "summary": "Java Enterprise Edition of Apache Tomcat that combines enterprise projects including OpenEJB, OpenWebBeans, OpenJPA, MyFaces, and others.", @@ -5459,10 +6318,11 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/vert-x/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/vert-x/icon.svg", "id": "6f1446cc-d4be-4de0-8716-cf60d38c01c2", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/vert-x/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/vert-x/logo.svg", "name": "vert-x", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/vert-x", "summary": "Application framework for development of reactive and event-driven software in Java or a variety of other languages.", @@ -5483,10 +6343,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/weblogic/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/weblogic/icon.svg", "id": "dc6e140e-79fd-43ab-b113-26376e534e63", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/weblogic/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/weblogic/logo.svg", "name": "weblogic", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/weblogic", "summary": "Java Enterprise Edition application server built and maintained by Oracle.", @@ -5507,10 +6371,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/websphere/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/websphere/icon.svg", "id": "ace9ed93-a009-4245-b595-b386fbdd6590", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/websphere/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/websphere/logo.svg", "name": "websphere", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/websphere", "summary": "Web application server built and maintained by IBM.", @@ -5531,10 +6399,14 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/wildfly/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/wildfly/icon.svg", "id": "51925d0c-0e76-45cb-97f9-4b0b8428f3cc", + "keywords": [ + "apm", + "java" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/java/wildfly/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/java/wildfly/logo.svg", "name": "wildfly", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/java/wildfly", "summary": "Application server built in and implementing the Java Enterprise Edition standard.", @@ -5552,10 +6424,10 @@ "description": "", "name": "JMX", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/jmx/dashboards/jmx01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/jmx/dashboards/jmx02.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/jmx/dashboards/jmx01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/jmx/dashboards/jmx02.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/jmx/dashboards/jmx.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/jmx/dashboards/jmx.json" } ], "description": "Official New Relic pack for JMX\nUse this pack together with the New Relic JMX On Host Integration to get insight into the performance of your Java instances.\n\n", @@ -5566,10 +6438,11 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/jmx-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/jmx/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/jmx/icon.svg", "id": "63785e32-4153-41af-a70b-18e896e37f44", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/jmx/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/jmx/logo.png", "name": "JMX (Java)", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/jmx", "summary": "", @@ -5587,12 +6460,12 @@ "description": "", "name": "Kafka", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kafka/dashboards/kafka01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kafka/dashboards/kafka02.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kafka/dashboards/kafka03.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kafka/dashboards/kafka04.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kafka/dashboards/kafka01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kafka/dashboards/kafka02.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kafka/dashboards/kafka03.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kafka/dashboards/kafka04.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kafka/dashboards/kafka.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kafka/dashboards/kafka.json" } ], "description": "Official New Relic pack for Kafka\nUse this pack together with the New Relic Kafka On Host Integration to get insight into the performance of your Kafka cluster.\n\n", @@ -5603,10 +6476,11 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/kafka-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kafka/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kafka/icon.png", "id": "9c559112-90e1-4ff4-b38b-90c0ba3c56fe", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kafka/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kafka/logo.png", "name": "Kafka", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/kafka", "summary": "", @@ -5627,10 +6501,13 @@ "url": "https://docs.newrelic.com/docs/integrations/open-source-telemetry-integrations/open-source-telemetry-integration-list/kamon-reporter" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kamon/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kamon/icon.svg", "id": "24ac944c-c546-42df-891f-29fb89d51237", + "keywords": [ + "open source monitoring" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kamon/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kamon/logo.svg", "name": "kamon", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/kamon", "summary": "Kamon is used to automatically instrument, monitor and debug distributed systems.", @@ -5651,10 +6528,14 @@ "url": "https://docs.newrelic.com/docs/integrations/kubernetes-integration/get-started/introduction-kubernetes-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kubernetes/google-kubernetes-engine/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kubernetes/google-kubernetes-engine/icon.svg", "id": "7ecb459a-eb29-4346-a6f0-c9fe1acf8830", + "keywords": [ + "kubernetes", + "containers" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kubernetes/google-kubernetes-engine/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kubernetes/google-kubernetes-engine/logo.svg", "name": "google-kubernetes-engine", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/kubernetes/google-kubernetes-engine", "summary": "Provides a managed environment for deploying, managing, and scaling your containerized applications using Google infrastructure.", @@ -5675,10 +6556,15 @@ "url": "https://docs.newrelic.com/docs/logs/enable-logs/enable-logs/kubernetes-plugin-logs" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kubernetes/kubernetes-plugin-for-logs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kubernetes/kubernetes-plugin-for-logs/icon.svg", "id": "6868d952-7e27-4dbb-823b-1077f6258bbf", + "keywords": [ + "kubernetes", + "logs", + "logging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kubernetes/kubernetes-plugin-for-logs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kubernetes/kubernetes-plugin-for-logs/logo.svg", "name": "kubernetes-plugin-for-logs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/kubernetes/kubernetes-plugin-for-logs", "summary": "Log collection tool that's built to be easily deployed in a Kubernetes cluster.", @@ -5699,10 +6585,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/kubernetes-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kubernetes/kubernetes/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kubernetes/kubernetes/icon.svg", "id": "88a79f52-81c1-4fa2-99f8-3cb5b012f160", + "keywords": [ + "kubernetes", + "containers" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/kubernetes/kubernetes/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/kubernetes/kubernetes/logo.svg", "name": "kubernetes", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/kubernetes/kubernetes", "summary": "Kubernetes is an open-source container-orchestration system for automating computer application deployment, scaling, and management.", @@ -5723,10 +6613,13 @@ "url": "https://support.lacework.com/hc/en-us/articles/360005842354-New-Relic" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/lacework/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/lacework/icon.svg", "id": "8a7a7220-e8ec-4959-b35d-0fe082be8039", + "keywords": [ + "security" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/lacework/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/lacework/logo.svg", "name": "lacework", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/lacework", "summary": "End-to-end security management and diagnostics for major cloud platforms.", @@ -5744,15 +6637,16 @@ "description": "", "name": "LAMP", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/lamp/dashboards/dashboard.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/lamp/dashboards/dashboard.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/lamp/dashboards/dashboard.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/lamp/dashboards/dashboard.json" } ], "description": "This LAMP observability pack allows you to monitor a LAMP stack (Linux, Apache, MySQL, PHP).\nIt includes a specific dashboard to get observability for an entire LAMP stack.\n\nNOTE: Observability pack references are currently not yet implemented,\nthis means you will have to install the Apache, MySQL and PHP pack to get those dashboards and alerts.\n\n", "documentation": [], "iconUrl": null, "id": "816e3eba-ffea-4b0c-9150-b7a0f3a025d9", + "keywords": [], "level": "NEWRELIC", "logoUrl": null, "name": "LAMP stack", @@ -5775,10 +6669,13 @@ "url": "https://docs.launchdarkly.com/integrations/new-relic" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/launchdarkly/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/launchdarkly/icon.svg", "id": "f81fac99-351c-4e50-9991-69cff5bf7798", + "keywords": [ + "testing" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/launchdarkly/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/launchdarkly/logo.svg", "name": "launchdarkly", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/launchdarkly", "summary": "LaunchDarkly provides simple, scalable feature flag & toggle management (feature management) for the modern enterprise.", @@ -5799,10 +6696,11 @@ "url": "https://docs.newrelic.com/docs/using-new-relic/user-interface-functions/share-your-data/ticketing-integrations-lighthouse-pivotal-tracker" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/lighthouse/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/lighthouse/icon.svg", "id": "4e3eb972-60a0-46c1-9983-0a40f7ee0cd9", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/lighthouse/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/lighthouse/logo.svg", "name": "lighthouse", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/lighthouse", "summary": "Lighthouse is a simple web-based issue-tracking application.", @@ -5823,10 +6721,14 @@ "url": "https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/linux-installation/install-infrastructure-linux-using-package-manager" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/linux/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/linux/icon.svg", "id": "5b420314-fbfb-4c62-85ed-42200d76cf9a", + "keywords": [ + "os", + "operating system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/linux/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/linux/logo.svg", "name": "linux", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/linux", "summary": "Linux is a family of open-source Unix-like operating systems, typically packaged in a distribution.", @@ -5847,10 +6749,14 @@ "url": "https://docs.newrelic.com/docs/logs/enable-logs/enable-logs/logstash-plugin-logs" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/logstash-plugin-for-logs/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/logstash-plugin-for-logs/icon.svg", "id": "fc6425fb-4fe9-40c7-be05-a27214cb5772", + "keywords": [ + "logs", + "logging" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/logstash-plugin-for-logs/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/logstash-plugin-for-logs/logo.svg", "name": "logstash-plugin-for-logs", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/logstash-plugin-for-logs", "summary": "Open source server-side data processing pipeline for condensing disparate data sources.", @@ -5871,10 +6777,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mysql-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mariadb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mariadb/icon.svg", "id": "0919c174-0ce5-4b34-a5c0-255986ff9706", + "keywords": [ + "infrastructure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mariadb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mariadb/logo.svg", "name": "mariadb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/mariadb", "summary": "MariaDB is a community-developed, commercially supported fork of the MySQL relational database management system.", @@ -5892,9 +6802,9 @@ "description": "", "name": "Memcached", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/memcached/dashboards/memcached.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/memcached/dashboards/memcached.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/memcached/dashboards/memcached.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/memcached/dashboards/memcached.json" } ], "description": "Official New Relic pack for Memcached\nUse this pack together with the New Relic Memcached On Host Integration to get insight into the performance of your Memcached instances.\n\n", @@ -5905,10 +6815,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/memcached-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/memcached/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/memcached/icon.png", "id": "b892f939-8c3b-4419-b041-639117b14874", + "keywords": [ + "infrastructure", + "database" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/memcached/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/memcached/logo.png", "name": "Memcached", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/memcached", "summary": "", @@ -5929,10 +6843,13 @@ "url": "https://docs.newrelic.com/docs/integrations/open-source-telemetry-integrations/open-source-telemetry-integration-list/new-relics-micrometer-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/micrometer/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/micrometer/icon.svg", "id": "95e7fd2d-b9a9-4088-ba1d-a2f5d208dbdc", + "keywords": [ + "open source monitoring" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/micrometer/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/micrometer/logo.svg", "name": "micrometer", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/micrometer", "summary": "Library for viewing and managing instrumentation clients for popular services and applications.", @@ -5950,11 +6867,11 @@ "description": "", "name": "MongoDB", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mongodb/dashboards/mongodb01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mongodb/dashboards/mongodb02.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mongodb/dashboards/mongodb03.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mongodb/dashboards/mongodb01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mongodb/dashboards/mongodb02.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mongodb/dashboards/mongodb03.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mongodb/dashboards/mongodb.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mongodb/dashboards/mongodb.json" } ], "description": "Official New Relic pack for MongoDB\nUse this pack together with the New Relic MongoDB On Host Integration to get insight into the performance of your MongoDB instances.\n\n", @@ -5965,10 +6882,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/mongodb-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mongodb/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mongodb/icon.png", "id": "6183e12f-a398-48e6-8431-a48db03e4443", + "keywords": [ + "infrastructure", + "database" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mongodb/logo.jpeg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mongodb/logo.jpeg", "name": "MongoDB", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/mongodb", "summary": "", @@ -5989,10 +6910,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/microsoft-sql-server-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mssql/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mssql/icon.svg", "id": "58b693d2-6e8d-4df0-b8b4-00a089376d2d", + "keywords": [ + "infrastructure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mssql/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mssql/logo.svg", "name": "mssql", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/mssql", "summary": "Relational database management system used to store and retrieve data as requested by other software applications.", @@ -6005,25 +6930,25 @@ "details": "This alert is triggered when the aggregate number of pending reads and writes in the MySQL buffer pool is greater than 2 for 5 minutes, which indicates the database engine is backlogged and waiting on resources.\n\n", "name": "Innodb Pending Reads and Writes", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mysql/alerts/Innodb Pending Reads and Writes.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mysql/alerts/Innodb Pending Reads and Writes.yml" }, { "details": "This alert is triggered when there are greater than 1 errors against the max_connections limit in a 5 minute window, which indicates you have requests to your MySQL instance that are failing to connect.\nThis setting's default is 501, but can vary based on the underlying resources available to your instance. You can review your current max_connections limit with this query:\nSHOW VARIABLES LIKE 'max_connections';\n\n", "name": "Max Connection Errors per Second", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mysql/alerts/Max Connection Errors per Second.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mysql/alerts/Max Connection Errors per Second.yml" }, { "details": "This alert is triggered when the current rate of Questions is greater than 2 standard deviations above the baseline for 60s, which could be an early indicator of a saturation problem for your instance.\nIt is important to note that this alert is disabled by default and you need to edit the configuration in New Relic One to add a targeted MySQL instance:\n\"WHERE displayName = 'MySql Instance Name'\"\nThis allows the baseline to be calculated against a single instance instead of all running MySQL instances being monitored.\n\n", "name": "Questions per Second", "type": "BASELINE", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mysql/alerts/Questions per Second.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mysql/alerts/Questions per Second.yml" }, { "details": "This alert is triggered when the number of slow queries per second is greater than 5 for 5 minutes, which could indicate capacity issues or a query that has been changed and is experiencing performance issues.\nThe Slow_queries counter increments based on your settings applied to MySQL's long_query_time parameter (default 10s), which you can review with this query:\nSHOW VARIABLES LIKE 'long_query_time';\n\n", "name": "Slow Queries per Second", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mysql/alerts/Slow Queries per Second.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mysql/alerts/Slow Queries per Second.yml" } ], "authors": [ @@ -6034,10 +6959,10 @@ "description": "Official New Relic dashboard to show MySQL data", "name": "MySQL overview dashboard", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mysql/dashboards/mysql01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mysql/dashboards/mysql02.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mysql/dashboards/mysql01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mysql/dashboards/mysql02.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mysql/dashboards/mysql.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mysql/dashboards/mysql.json" } ], "description": "Official New Relic pack for MySQL and MariaDB\nUse this pack together with the New Relic MySQL On Host Integration to get insight into the performance of your MySQL and MariaDB instances.\n\n", @@ -6050,9 +6975,13 @@ ], "iconUrl": null, "id": "ad9f635b-6496-48a8-b373-9fab81a7f719", + "keywords": [ + "infrastructure", + "database" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/mysql/logo.png", - "name": "MySQL / MariaDB", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/mysql/logo.png", + "name": "mysql", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/mysql", "summary": "", "title": null, @@ -6070,10 +6999,10 @@ "description": "", "name": "Nagios", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/nagios/dashboards/nagios01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/nagios/dashboards/nagios02.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/nagios/dashboards/nagios01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/nagios/dashboards/nagios02.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/nagios/dashboards/nagios.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/nagios/dashboards/nagios.json" } ], "description": "Official New Relic pack for Nagios\nUse this pack together with the New Relic Nagios On Host Integration to run Nagios custom scripts and display the data in New Relic.\n\n", @@ -6084,10 +7013,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/nagios-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/nagios/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/nagios/icon.png", "id": "a55b5d3b-bff6-4caa-b56f-b28dfa3fc94b", + "keywords": [ + "infrastructure", + "open source monitoring" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/nagios/logo.jpeg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/nagios/logo.jpeg", "name": "Nagios", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/nagios", "summary": "", @@ -6108,10 +7041,11 @@ "url": "https://github.com/newrelic/micrometer-registry-newrelic" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/new-relic-micrometer-registry/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/new-relic-micrometer-registry/icon.svg", "id": "5fcd7a10-599a-4d91-a986-899983ebf23e", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/new-relic-micrometer-registry/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/new-relic-micrometer-registry/logo.svg", "name": "new-relic-micrometer-registry", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/new-relic-micrometer-registry", "summary": "Implementation of Micrometer built for sending dimensional data to New Relic.", @@ -6129,9 +7063,9 @@ "description": "", "name": "Nginx", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/nginx/dashboards/nginx.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/nginx/dashboards/nginx.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/nginx/dashboards/nginx.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/nginx/dashboards/nginx.json" } ], "description": "Official New Relic pack for Nginx\nUse this pack together with the New Relic Cassandra On Host Integration to get insight into the performance of your Cassandra instances.\n\n", @@ -6142,10 +7076,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/nginx-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/nginx/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/nginx/icon.png", "id": "2567c5e0-06de-4ff6-a4f2-6cbe5aed07b3", + "keywords": [ + "infrastructure", + "web" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/nginx/logo.jpeg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/nginx/logo.jpeg", "name": "Nginx", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/nginx", "summary": "", @@ -6166,10 +7104,14 @@ "url": "https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/introduction-new-relic-nodejs#requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/node-js/express/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/node-js/express/icon.svg", "id": "da8f3197-7766-4096-92db-32edc8a8a36e", + "keywords": [ + "apm", + "node.js" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/node-js/express/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/node-js/express/logo.svg", "name": "express", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/node-js/express", "summary": "Web application framework built for Node.JS with full functionality and interaction with common APIs.", @@ -6192,6 +7134,11 @@ ], "iconUrl": null, "id": "2124da5b-0174-457a-be5a-e0068673b2b5", + "keywords": [ + "api", + "apm", + "node.js" + ], "level": "COMMUNITY", "logoUrl": null, "name": "hapi", @@ -6214,10 +7161,14 @@ "url": "https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/node-js/koa/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/node-js/koa/icon.svg", "id": "394619e0-fd94-47ce-98dd-6f6f5183264b", + "keywords": [ + "apm", + "node.js" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/node-js/koa/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/node-js/koa/logo.svg", "name": "koa", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/node-js/koa", "summary": "Expressive HTTP middleware framework for node.js to make web applications and APIs more enjoyable to write.", @@ -6238,10 +7189,15 @@ "url": "https://docs.newrelic.com/docs/agents/nodejs-agent/installation-configuration/install-nodejs-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/node-js/node-js/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/node-js/node-js/icon.svg", "id": "01fdea36-5a15-44b4-a864-c4c99866735b", + "keywords": [ + "apm", + "node.js", + "language agent" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/node-js/node-js/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/node-js/node-js/logo.svg", "name": "node-js", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/node-js/node-js", "summary": "Node.js is an open-source, cross-platform, back-end, JavaScript runtime environment that executes JavaScript code outside a web browser.", @@ -6262,10 +7218,14 @@ "url": "https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/introduction-new-relic-nodejs#requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/node-js/restify/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/node-js/restify/icon.svg", "id": "027439cc-1ee3-40ba-be68-fc684bdbdc8b", + "keywords": [ + "apm", + "node.js" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/node-js/restify/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/node-js/restify/logo.svg", "name": "restify", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/node-js/restify", "summary": "Restify is a Node.js web service framework optimized for building semantically correct RESTful web services.", @@ -6288,6 +7248,10 @@ ], "iconUrl": null, "id": "0b9f2f49-3a5d-4fda-a006-24be1ccf15e3", + "keywords": [ + "mobile", + "android" + ], "level": "COMMUNITY", "logoUrl": null, "name": "okhttp", @@ -6310,10 +7274,14 @@ "url": "https://docs.newrelic.com/docs/data-ingest-apis/get-data-new-relic/new-relic-sdks/telemetry-sdks-send-custom-telemetry-data-new-relic" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/opencensus/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/opencensus/icon.svg", "id": "7ffcbd99-a8ac-4414-bdd1-f3bb9f02598e", + "keywords": [ + "tracing", + "open source monitoring" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/opencensus/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/opencensus/logo.svg", "name": "opencensus", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/opencensus", "summary": "OpenCensus is a set of libraries that allow you to collect application metrics and distributed traces.", @@ -6334,10 +7302,13 @@ "url": "https://docs.newrelic.com/docs/integrations/open-source-telemetry-integrations/open-source-telemetry-integration-list/new-relics-opentelemetry-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/opentelemetry/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/opentelemetry/icon.svg", "id": "55445c3b-36dc-4bea-b31f-9f82fd551650", + "keywords": [ + "open source monitoring" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/opentelemetry/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/opentelemetry/logo.svg", "name": "opentelemetry", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/opentelemetry", "summary": "Suite of APIs and agents intended to capture metric and trace data from your software.", @@ -6358,10 +7329,11 @@ "url": "https://docs.newrelic.com/docs/agents/java-agent/getting-started/compatibility-requirements-java-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/oracle/inet-oracle-driver/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/oracle/inet-oracle-driver/icon.svg", "id": "6294013d-2179-4604-90c0-abe4460e815c", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/oracle/inet-oracle-driver/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/oracle/inet-oracle-driver/logo.svg", "name": "inet-oracle-driver", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/oracle/inet-oracle-driver", "summary": "Java driver built by Inet for managing Oracle database servers.", @@ -6382,10 +7354,11 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/oracledatabase-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/oracle/oracle-database/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/oracle/oracle-database/icon.svg", "id": "f344c2bd-3d86-43d9-9e6f-24bdc3873918", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/oracle/oracle-database/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/oracle/oracle-database/logo.svg", "name": "oracledb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/oracle/oracle-database", "summary": "Traditional database management system for running online transaction processing, data warehousing, and mixed database workloads.", @@ -6406,10 +7379,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/oracledb-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/oracle/oracle/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/oracle/oracle/icon.svg", "id": "50396739-2cb0-4c0c-95d9-72890a630505", + "keywords": [ + "infrastructure", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/oracle/oracle/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/oracle/oracle/logo.svg", "name": "oracle", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/oracle/oracle", "summary": "An object-relational database management system developed and marketed by Oracle Corporation.", @@ -6430,10 +7407,11 @@ "url": "https://docs.newrelic.com/docs/alerts/new-relic-alerts/managing-notification-channels/notification-channels-control-where-send-alerts" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/pagerduty/pagerduty/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/pagerduty/pagerduty/icon.svg", "id": "f2143fb1-5504-4850-8620-06e9341858ea", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/pagerduty/pagerduty/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/pagerduty/pagerduty/logo.svg", "name": "pagerduty", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/pagerduty/pagerduty", "summary": "PagerDuty provides a SaaS incident response platform for IT departments.", @@ -6454,10 +7432,13 @@ "url": "https://docs.newrelic.com/docs/perfmon-open-source-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/perfmon/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/perfmon/icon.svg", "id": "db769025-d3a7-437b-896d-64f5a7a26cac", + "keywords": [ + "windows" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/perfmon/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/perfmon/logo.svg", "name": "perfmon", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/perfmon", "summary": "Windows Performance Monitor is a toolkit that enables system performance data and analytics.", @@ -6478,10 +7459,14 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/cakephp/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/cakephp/icon.svg", "id": "64bbbba3-10ab-4f15-8151-5079cecda894", + "keywords": [ + "apm", + "php" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/cakephp/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/cakephp/logo.svg", "name": "cakephp", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/cakephp", "summary": "PHP open-source web framework that follows the model–view–controller approach, modeled after the concepts of Ruby on Rails.", @@ -6502,10 +7487,14 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/codeigniter/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/codeigniter/icon.svg", "id": "66a6a268-9a89-43be-9226-5f3ca0dfa268", + "keywords": [ + "apm", + "php" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/codeigniter/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/codeigniter/logo.svg", "name": "codeigniter", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/codeigniter", "summary": "Open-source PHP-based web framework built for rapid development.", @@ -6526,10 +7515,14 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/guzzle/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/guzzle/icon.svg", "id": "6b6b1702-7636-4b60-a2b8-d5765d11ec13", + "keywords": [ + "apm", + "php" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/guzzle/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/guzzle/logo.svg", "name": "guzzle", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/guzzle", "summary": "PHP-based HTTP client built for ease of use and integration with popular web services.", @@ -6550,10 +7543,16 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/joomla/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/joomla/icon.svg", "id": "64a0fd15-349e-4083-96cc-3ef1f2b31e1a", + "keywords": [ + "apm", + "php", + "cms", + "content management system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/joomla/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/joomla/logo.svg", "name": "joomla", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/joomla", "summary": "Joomla is a free and open-source PHP content management system for publishing web content.", @@ -6574,10 +7573,14 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/kohana/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/kohana/icon.svg", "id": "5435090b-1267-4341-b53b-fcad31274e56", + "keywords": [ + "apm", + "php" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/kohana/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/kohana/logo.svg", "name": "kohana", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/kohana", "summary": "Kohana is an HMVC PHP5 framework that provides a rich set of components for building web applications.", @@ -6598,10 +7601,14 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/laravel/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/laravel/icon.svg", "id": "919aad44-52ba-47fd-9e29-12195979015e", + "keywords": [ + "apm", + "php" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/laravel/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/laravel/logo.svg", "name": "laravel", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/laravel", "summary": "Laravel is a free, open-source PHP MVC web framework.", @@ -6622,10 +7629,16 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/magento/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/magento/icon.svg", "id": "509a6b56-d580-4e8c-8c64-cb71a61b8a26", + "keywords": [ + "apm", + "php", + "cms", + "content management system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/magento/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/magento/logo.svg", "name": "magento", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/magento", "summary": "Magento is an open-source e-commerce platform written in PHP.", @@ -6646,10 +7659,16 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/mediawiki/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/mediawiki/icon.svg", "id": "f3dcd610-a35c-4464-b141-f1440508b23b", + "keywords": [ + "apm", + "php", + "cms", + "content management system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/mediawiki/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/mediawiki/logo.svg", "name": "mediawiki", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/mediawiki", "summary": "MediaWiki is a free and open-source wiki engine developed for use on Wikipedia.", @@ -6670,10 +7689,15 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/odbc/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/odbc/icon.svg", "id": "f6728c42-38bb-4e23-b78f-298555640b98", + "keywords": [ + "apm", + "php", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/odbc/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/odbc/logo.svg", "name": "odbc", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/odbc", "summary": "Open Database Connectivity (ODBC) is a standard application programming interface (API) for accessing database management systems (DBMS).", @@ -6694,10 +7718,15 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/pdo/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/pdo/icon.svg", "id": "6de33cc8-dff7-4b25-8221-2ae01ca988af", + "keywords": [ + "apm", + "php", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/pdo/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/pdo/logo.svg", "name": "pdo", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/pdo", "summary": "PDO is a lean, consistent way to access databases in PHP.", @@ -6710,19 +7739,19 @@ "details": "This alert is triggered when the total duration of the web transaction is longer than 10 seconds during 5 minutes\n\n", "name": "High duration", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/php/alerts/duration.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/php/alerts/duration.yml" }, { "details": "This alert is triggered when the error percentage of web transactions is higher than 5% during 5 minutes\n\n", "name": "High error rate", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/php/alerts/error rate.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/php/alerts/error rate.yml" }, { "details": "This alert is triggered when the throughput is 0 for 5 minutes\n\n", "name": "Low throughput", "type": "STATIC", - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/php/alerts/throughput.yml" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/php/alerts/throughput.yml" } ], "authors": [ @@ -6734,9 +7763,9 @@ "description": "", "name": "PHP", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/php/dashboards/dashboard.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/php/dashboards/dashboard.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/php/dashboards/dashboard.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/php/dashboards/dashboard.json" } ], "description": "This is an observability pack for PHP applications.\nThis pack relies on the New Relic PHP agent, with distributed tracing enabled (https://docs.newrelic.com/docs/agents/php-agent/features/distributed-tracing-php-agent/)\n\n", @@ -6749,8 +7778,13 @@ ], "iconUrl": null, "id": "475dec69-10c9-4bc6-8312-3caa266fb028", + "keywords": [ + "apm", + "php", + "language agent" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/php/logo.jpg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/php/logo.jpg", "name": "PHP", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/php", "summary": "", @@ -6771,10 +7805,15 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/phpunit/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/phpunit/icon.svg", "id": "17164f15-752d-435b-96c6-9d4803cdfa01", + "keywords": [ + "apm", + "php", + "testing" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/phpunit/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/phpunit/logo.svg", "name": "phpunit", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/phpunit", "summary": "PHPUnit is a unit testing framework for the PHP programming language.", @@ -6795,10 +7834,11 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/frameworks-libraries/predis-library-php" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/predis/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/predis/icon.svg", "id": "e77de8fd-ae73-4853-b00a-2e42b0841464", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/predis/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/predis/logo.svg", "name": "predis", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/predis", "summary": "Predis is a flexible and feature-complete Redis client for PHP.", @@ -6819,10 +7859,11 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/silex/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/silex/icon.svg", "id": "d154455e-ae50-4feb-a277-9b6ea0eb998e", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/silex/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/silex/logo.svg", "name": "silex", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/silex", "summary": "Silex is a PHP micro-framework based on the Symfony Components.", @@ -6843,10 +7884,14 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/slim/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/slim/icon.svg", "id": "c2bbf5f0-e04b-4450-97a6-362e027ff316", + "keywords": [ + "apm", + "php" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/slim/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/slim/logo.svg", "name": "slim", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/slim", "summary": "PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.", @@ -6867,10 +7912,15 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/sqlite/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/sqlite/icon.svg", "id": "4e928e1a-0e78-4c2f-bba2-fb0804774e86", + "keywords": [ + "apm", + "php", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/sqlite/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/sqlite/logo.svg", "name": "sqlite", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/sqlite", "summary": "SQLite is a relational database management system that is embedded into applications.", @@ -6891,10 +7941,14 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/symfony/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/symfony/icon.svg", "id": "ff0c7881-b5a5-4ccc-8596-b28a982b1586", + "keywords": [ + "apm", + "php" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/symfony/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/symfony/logo.svg", "name": "symfony", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/symfony", "summary": "A set of reusable PHP components and a PHP framework to build web applications, APIs, microservices and web services.", @@ -6915,10 +7969,14 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/yii/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/yii/icon.svg", "id": "5d2be045-5f50-4b0e-a3c4-c61446c05152", + "keywords": [ + "apm", + "php" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/php/yii/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/php/yii/logo.svg", "name": "yii", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/php/yii", "summary": "Open source, object-oriented web framework for PHP.", @@ -6939,10 +7997,11 @@ "url": "https://docs.newrelic.com/docs/using-new-relic/user-interface-functions/share-your-data/ticketing-integrations-lighthouse-pivotal-tracker" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/pivotal-tracker/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/pivotal-tracker/icon.svg", "id": "26a11545-4bd4-45d8-ac5e-63a73813c04e", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/pivotal-tracker/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/pivotal-tracker/logo.svg", "name": "pivotal-tracker", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/pivotal-tracker", "summary": "Pivotal Tracker is an agile project management tool used for real-time collaboration around a shared, prioritized backlog.", @@ -6963,10 +8022,14 @@ "url": "https://docs.newrelic.com/docs/port-monitoring-open-source-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/port-monitoring/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/port-monitoring/icon.svg", "id": "650d963a-8568-49a8-81d4-fc226f12ec10", + "keywords": [ + "infrastructure", + "networking" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/port-monitoring/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/port-monitoring/logo.svg", "name": "port-monitoring", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/port-monitoring", "summary": "Monitor the status for networking ports, such as TCP, UDP, etc.", @@ -6984,10 +8047,10 @@ "description": "", "name": "PostgreSQL", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/postgresql/dashboards/postgresql01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/postgresql/dashboards/postgresql02.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/postgresql/dashboards/postgresql01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/postgresql/dashboards/postgresql02.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/postgresql/dashboards/postgresql.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/postgresql/dashboards/postgresql.json" } ], "description": "Official New Relic pack for PostgreSQL\nUse this pack together with the New Relic PostgreSQL On Host Integration to get insight into the performance of your PostgreSQL instances.\n\n", @@ -6998,10 +8061,11 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/postgresql-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/postgresql/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/postgresql/icon.png", "id": "18ee5d2e-f5dd-4e0a-9616-af9deaa12cb2", + "keywords": [], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/postgresql/logo.jpeg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/postgresql/logo.jpeg", "name": "PostgreSQL", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/postgresql", "summary": "", @@ -7019,15 +8083,16 @@ "description": "Dashboard showing disk, network and memory usage coming from Prometheus node exporter.", "name": "Prometheus Node Exporter", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/prometheus-node-exporter-macos/dashboards/node-exporter-macos.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/prometheus-node-exporter-macos/dashboards/node-exporter-macos.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/prometheus-node-exporter-macos/dashboards/node-exporter-macos.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/prometheus-node-exporter-macos/dashboards/node-exporter-macos.json" } ], "description": "Get visibility into the performance of Mac OS. See disk, network and memory usage through the Prometheus Node Exporter.\n\n", "documentation": [], "iconUrl": null, "id": "ef925fb9-647a-4e57-87bd-8f1b28267708", + "keywords": [], "level": "NEWRELIC", "logoUrl": null, "name": "Prometheus Node Exporter for Mac OS", @@ -7050,10 +8115,13 @@ "url": "https://docs.newrelic.com/docs/integrations/prometheus-integrations" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/prometheus/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/prometheus/icon.svg", "id": "0dcf38e5-0e99-499b-94ca-2d515a9b1df1", + "keywords": [ + "open source monitoring" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/prometheus/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/prometheus/logo.svg", "name": "prometheus", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/prometheus", "summary": "Prometheus is a free software application used for event monitoring and alerting.", @@ -7074,10 +8142,13 @@ "url": "https://docs.newrelic.com/docs/infrastructure/new-relic-infrastructure/config-management-tools/configure-new-relic-infrastructure-puppet" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/puppet/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/puppet/icon.svg", "id": "b70291ad-ff88-4ff9-9173-d4b2f99656af", + "keywords": [ + "automation" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/puppet/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/puppet/logo.svg", "name": "puppet", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/puppet", "summary": "Puppet is a configuration management tool used to manage various stages of the IT infrastructure lifecycle.", @@ -7098,10 +8169,15 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/compatibility-requirements-python-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/aiohttp/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/aiohttp/icon.svg", "id": "e7948525-8726-46a5-83fa-04732ad42fd1", + "keywords": [ + "python", + "apm", + "http" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/aiohttp/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/aiohttp/logo.svg", "name": "aiohttp", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/aiohttp", "summary": "Async HTTP framework for Python with support for client and server management.", @@ -7122,10 +8198,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/supported-features/python-message-queues" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/amqplib/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/amqplib/icon.svg", "id": "1dd2fabd-8ab9-409d-a606-d1c0d1e694b9", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/amqplib/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/amqplib/logo.svg", "name": "amqplib", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/amqplib", "summary": "Python library implementing the Advanced Message Queuing Protocol (AMQP) standard.", @@ -7146,10 +8226,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/bottle/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/bottle/icon.svg", "id": "38dc3bf5-e96c-43b8-98f4-80e444cdb657", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/bottle/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/bottle/logo.svg", "name": "bottle", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/bottle", "summary": "WSGI micro web-framework for Python. Single file module with no dependencies other than the Python Standard Library.", @@ -7170,10 +8254,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/celery/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/celery/icon.svg", "id": "c0484a1b-d778-47f5-879b-2d01dce3df78", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/celery/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/celery/logo.svg", "name": "celery", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/celery", "summary": "Open source distributed task queue built for real-time operations.", @@ -7194,10 +8282,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/cherrypy/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/cherrypy/icon.svg", "id": "a5b3b2d6-d3f9-4db9-8091-15615893bbc9", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/cherrypy/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/cherrypy/logo.svg", "name": "cherrypy", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/cherrypy", "summary": "Object-oriented web framework built on Python.", @@ -7218,40 +8310,17 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/django/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/django/icon.svg", "id": "d8ab0fa9-205e-4c7d-92f1-09ef04b2b8e6", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/django/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/django/logo.svg", "name": "django", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/django", "summary": "Django is a Python-based free and open-source web framework that follows the model-template-views architectural pattern.", "title": "django", "websiteUrl": null }, - { - "alerts": [], - "authors": [ - "New Relic" - ], - "dashboards": [], - "description": "Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software.", - "documentation": [ - { - "description": "Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software.", - "name": "dropbox installation docs", - "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" - } - ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/dropbox/icon.svg", - "id": "4833e362-ed73-4df7-a924-a2791af23c64", - "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/dropbox/logo.svg", - "name": "dropbox", - "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/dropbox", - "summary": "Dropbox is a file hosting service that offers cloud storage, file synchronization, personal cloud, and client software.", - "title": "dropbox", - "websiteUrl": null - }, { "alerts": [], "authors": [ @@ -7266,10 +8335,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/facepy/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/facepy/icon.svg", "id": "846aaa7d-ecce-455f-88f8-4ed1661fb966", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/facepy/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/facepy/logo.svg", "name": "facepy", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/facepy", "summary": "Framework for using Python to access and communicate with Facebook’s APIs.", @@ -7290,10 +8363,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/compatibility-requirements-python-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/falcon/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/falcon/icon.svg", "id": "70c647fd-114f-4b64-9e54-21f7fd1ed652", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/falcon/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/falcon/logo.svg", "name": "falcon", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/falcon", "summary": "Python-based web server gateway interface with a focus on clean implementation.", @@ -7314,10 +8391,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/feedparser/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/feedparser/icon.svg", "id": "006a5c26-9aa0-4249-b83f-118d7057f5da", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/feedparser/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/feedparser/logo.svg", "name": "feedparser", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/feedparser", "summary": "Python parser for a wide variety of Atom and RSS feeds.", @@ -7338,10 +8419,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/flask/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/flask/icon.svg", "id": "2c13db46-a9ce-4595-854f-32e76dac6793", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/flask/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/flask/logo.svg", "name": "flask", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/flask", "summary": "Popular python web application microframework built with a focus on simplicity.", @@ -7362,10 +8447,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/gearman/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/gearman/icon.svg", "id": "989d6047-c0f3-437e-9d58-ac4c8cdd36ad", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/gearman/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/gearman/logo.svg", "name": "gearman", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/gearman", "summary": "Python API for distributing workloads efficiently and in parallel.", @@ -7386,10 +8475,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/gevent/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/gevent/icon.svg", "id": "30e39b88-ad5f-4850-b4e6-d9960bceece6", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/gevent/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/gevent/logo.svg", "name": "gevent", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/gevent", "summary": "Python networking library for coroutine operations through a libev or libuv API.", @@ -7410,10 +8503,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/httplib2/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/httplib2/icon.svg", "id": "6bab5c37-1444-4d47-a87a-80edbe316c46", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/httplib2/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/httplib2/logo.svg", "name": "httplib2", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/httplib2", "summary": "Lightweight HTTP client for Python with straightforward usage and full feature support.", @@ -7434,10 +8531,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/jinja2/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/jinja2/icon.svg", "id": "09e0582c-dd93-4bf9-9b5c-d4faa4aa2c28", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/jinja2/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/jinja2/logo.svg", "name": "jinja2", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/jinja2", "summary": "Python-based web templating language designed to make it easier for designers to work quickly and efficiently.", @@ -7458,10 +8559,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/mako/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/mako/icon.svg", "id": "594f92b6-9996-4328-af75-129329a36a2c", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/mako/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/mako/logo.svg", "name": "mako", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/mako", "summary": "Mako is a template library written in Python.", @@ -7482,10 +8587,15 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/oursql/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/oursql/icon.svg", "id": "fbf8ee31-2699-406f-ab38-2e1789ec76cd", + "keywords": [ + "apm", + "python", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/oursql/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/oursql/logo.svg", "name": "oursql", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/oursql", "summary": "oursql is a set of MySQL bindings for Python which wraps the MYSQL_STMT API to provide real parameterization and server-side cursors.", @@ -7506,10 +8616,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pika/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pika/icon.svg", "id": "7bdea1cd-d723-4655-ae9f-c13468d593b7", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pika/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pika/logo.svg", "name": "pika", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/pika", "summary": "Pika is a fully featured, dynamic programming language.", @@ -7530,10 +8644,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/piston/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/piston/icon.svg", "id": "cf253fcd-6c6b-4834-912b-1f9e0e03dd08", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/piston/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/piston/logo.svg", "name": "piston", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/piston", "summary": "Lightweight Python framework for building RESTful APIs in Django.", @@ -7554,10 +8672,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/proboscis/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/proboscis/icon.svg", "id": "073b82b5-0cb7-43c2-9f39-de4fc1411b88", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/proboscis/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/proboscis/logo.svg", "name": "proboscis", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/proboscis", "summary": "Proboscis is a Python test framework that extends Python's built- in unittest module and Nose with features from TestNG.", @@ -7578,10 +8700,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/psycopg2/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/psycopg2/icon.svg", "id": "e0dfa6c8-09b9-44e7-bae9-a0d5a0dca5f5", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/psycopg2/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/psycopg2/logo.svg", "name": "psycopg2", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/psycopg2", "summary": "Psycopg is the most popular PostgreSQL database adapter for the Python programming language.", @@ -7602,10 +8728,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pyelasticsearch/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pyelasticsearch/icon.svg", "id": "08489d43-4804-42b7-85d5-4e9e1597bb4b", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pyelasticsearch/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pyelasticsearch/logo.svg", "name": "pyelasticsearch", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/pyelasticsearch", "summary": "PyElasticSearch is a clean, future-proof, high-scale API to Elasticsearch for Python.", @@ -7626,10 +8756,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pylibmc/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pylibmc/icon.svg", "id": "50b770b5-03a3-4e0e-b981-c2df9ac18d53", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pylibmc/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pylibmc/logo.svg", "name": "pylibmc", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/pylibmc", "summary": "Pylibmc is a Python client for memcached written in C.", @@ -7650,10 +8784,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pylons/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pylons/icon.svg", "id": "906c1589-c412-4337-8c65-50619a322c95", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pylons/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pylons/logo.svg", "name": "pylons", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/pylons", "summary": "Pylons Framework is an open-source Web application framework written in Python.", @@ -7674,10 +8812,15 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pymongo/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pymongo/icon.svg", "id": "29e0a497-4a67-440f-ac6c-e5a8b7620e19", + "keywords": [ + "apm", + "python", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pymongo/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pymongo/logo.svg", "name": "pymongo", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/pymongo", "summary": "The PyMongo distribution contains tools for interacting with MongoDB database from Python.", @@ -7698,10 +8841,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pyramid/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pyramid/icon.svg", "id": "02f1dc20-9034-405b-90c1-8ad1bbf7755e", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pyramid/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pyramid/logo.svg", "name": "pyramid", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/pyramid", "summary": "Pyramid is an open source and minimalistic web framework written in Python and is based on WSGI.", @@ -7722,10 +8869,15 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pysqlite/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pysqlite/icon.svg", "id": "a7dda741-365b-4d47-a1ad-538cff1ea467", + "keywords": [ + "apm", + "python", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pysqlite/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/pysqlite/logo.svg", "name": "pysqlite", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/pysqlite", "summary": "pysqlite is a Python interface to the SQLite 3.x embedded relational database engine.", @@ -7746,40 +8898,21 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/compatibility-requirements-python-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/python/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/python/icon.svg", "id": "986df593-98db-485b-8e8c-dd866fa28813", + "keywords": [ + "apm", + "python", + "language agent" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/python/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/python/logo.svg", "name": "python", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/python", "summary": "Python is an interpreted, high-level and general-purpose programming language.", "title": "Python", "websiteUrl": null }, - { - "alerts": [], - "authors": [ - "New Relic" - ], - "dashboards": [], - "description": "pywapi is a Python wrapper around different weather APIs.", - "documentation": [ - { - "description": "pywapi is a Python wrapper around different weather APIs.", - "name": "pywapi installation docs", - "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" - } - ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pywapi/icon.svg", - "id": "66f12e53-d87a-47a1-a6b0-e4c7a2375338", - "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/pywapi/logo.svg", - "name": "pywapi", - "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/pywapi", - "summary": "pywapi is a Python wrapper around different weather APIs.", - "title": "pywapi", - "websiteUrl": null - }, { "alerts": [], "authors": [ @@ -7794,10 +8927,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/compatibility-requirements-python-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/sanic/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/sanic/icon.svg", "id": "74a3783e-3601-442d-8b64-69b29ae0896b", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/sanic/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/sanic/logo.svg", "name": "sanic", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/sanic", "summary": "Sanic is a fast Python web server and web framework that utilizes the async/await syntax, which makes your code non-blocking and speedy.", @@ -7818,10 +8955,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/tastypie/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/tastypie/icon.svg", "id": "f627481c-46b4-4d46-8646-9995e5475aaf", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/tastypie/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/tastypie/logo.svg", "name": "tastypie", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/tastypie", "summary": "Web Service API framework for Django that provides a convenient and highly customizable abstraction for creating REST-style interfaces.", @@ -7842,10 +8983,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/tornado/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/tornado/icon.svg", "id": "47934616-fc0c-4e02-8b25-0a92d3f43928", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/tornado/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/tornado/logo.svg", "name": "tornado", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/tornado", "summary": "Python web application framework built for asynchronous networking operations.", @@ -7866,88 +9011,20 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/twisted/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/twisted/icon.svg", "id": "f697c86c-385f-40e9-83d2-c01215045912", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/twisted/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/twisted/logo.svg", "name": "twisted", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/twisted", "summary": "An event-based framework for internet applications written in Python.", "title": "twisted", "websiteUrl": null }, - { - "alerts": [], - "authors": [ - "New Relic" - ], - "dashboards": [], - "description": "Timing of external Python web service requests may be carried out via urllib.", - "documentation": [ - { - "description": "Timing of external Python web service requests may be carried out via urllib.", - "name": "urllib installation docs", - "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" - } - ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/urllib/icon.svg", - "id": "4f0a297c-e4b2-45e8-83f4-862b088ac968", - "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/urllib/logo.svg", - "name": "urllib", - "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/urllib", - "summary": "Timing of external Python web service requests may be carried out via urllib.", - "title": "urllib", - "websiteUrl": null - }, - { - "alerts": [], - "authors": [ - "New Relic" - ], - "dashboards": [], - "description": "Timing of external Python web service requests may be carried out via urllib2.", - "documentation": [ - { - "description": "Timing of external Python web service requests may be carried out via urllib2.", - "name": "urllib2 installation docs", - "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" - } - ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/urllib2/icon.svg", - "id": "eb8357fa-ef93-4351-9427-d0d13e652018", - "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/urllib2/logo.svg", - "name": "urllib2", - "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/urllib2", - "summary": "Timing of external Python web service requests may be carried out via urllib2.", - "title": "urllib2", - "websiteUrl": null - }, - { - "alerts": [], - "authors": [ - "New Relic" - ], - "dashboards": [], - "description": "Timing of external Python web service requests may be carried out via urllib3.", - "documentation": [ - { - "description": "Timing of external Python web service requests may be carried out via urllib3.", - "name": "urllib3 installation docs", - "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" - } - ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/urllib3/icon.svg", - "id": "f003e258-0c6e-4bfa-804f-2597ced74ba4", - "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/urllib3/logo.svg", - "name": "urllib3", - "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/urllib3", - "summary": "Timing of external Python web service requests may be carried out via urllib3.", - "title": "urllib3", - "websiteUrl": null - }, { "alerts": [], "authors": [ @@ -7962,10 +9039,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/web2py/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/web2py/icon.svg", "id": "272f1fcb-624f-41be-8ae3-19f552b15d7c", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/web2py/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/web2py/logo.svg", "name": "web2py", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/web2py", "summary": "Open source, Python-based web application framework that enables development via browser.", @@ -7986,10 +9067,14 @@ "url": "https://docs.newrelic.com/docs/agents/python-agent/getting-started/instrumented-python-packages" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/webpy/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/webpy/icon.svg", "id": "535f37ab-3b88-471d-b107-266f39d28819", + "keywords": [ + "apm", + "python" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/python/webpy/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/python/webpy/logo.svg", "name": "webpy", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/python/webpy", "summary": "Webpy is a web framework for Python that is as simple as it is powerful.", @@ -8010,10 +9095,11 @@ "url": "https://www.quantummetric.com/partners/integration-new-relic/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/quantum-metric/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/quantum-metric/icon.svg", "id": "a9b96df0-fb21-4bca-adcf-5501bc9a7756", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/quantum-metric/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/quantum-metric/logo.svg", "name": "quantum-metric", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/quantum-metric", "summary": "Quantum Metric is a platform for continuous product design.", @@ -8031,9 +9117,9 @@ "description": "", "name": "RabbitMQ", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/rabbitmq/dashboards/rabbitmq.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/rabbitmq/dashboards/rabbitmq.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/rabbitmq/dashboards/rabbitmq.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/rabbitmq/dashboards/rabbitmq.json" } ], "description": "Official New Relic pack for RabbitMQ\nUse this pack together with the New Relic RabbitMQ On Host Integration to get insight into the performance of your RabbitMQ instances.\n\n", @@ -8044,10 +9130,15 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/rabbitmq-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/rabbitmq/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/rabbitmq/icon.png", "id": "523d091a-7949-433b-91cf-ae2736251af7", + "keywords": [ + "infrastructure", + "messaging", + "queue" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/rabbitmq/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/rabbitmq/logo.svg", "name": "RabbitMQ", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/rabbitmq", "summary": "", @@ -8068,10 +9159,13 @@ "url": "https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-react-native/get-started/introduction-mobile-react-native" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/react-native/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/react-native/icon.svg", "id": "b87283f1-be71-4a8b-a04d-e10406b7e391", + "keywords": [ + "mobile" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/react-native/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/react-native/logo.svg", "name": "react-native", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/react-native", "summary": "React Native is an open source framework for building native apps using React.", @@ -8092,10 +9186,11 @@ "url": "https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/linux-installation/install-infrastructure-linux-using-package-manager" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redhat/red-hat-enterprise-linux/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redhat/red-hat-enterprise-linux/icon.svg", "id": "bd684b5a-a5ee-48fc-b97a-1ad041002370", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redhat/red-hat-enterprise-linux/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redhat/red-hat-enterprise-linux/logo.svg", "name": "red-hat-enterprise-linux", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/redhat/red-hat-enterprise-linux", "summary": "Red Hat Enterprise Linux is a Linux distribution developed by Red Hat for the commercial market.", @@ -8116,10 +9211,11 @@ "url": "https://docs.newrelic.com/docs/integrations/kubernetes-integration/installation/kubernetes-integration-install-configure#install-openshift-container-platform" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redhat/red-hat-openshift/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redhat/red-hat-openshift/icon.svg", "id": "accac9b5-ec27-4d15-8879-51220086b8a1", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redhat/red-hat-openshift/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redhat/red-hat-openshift/logo.svg", "name": "red-hat-openshift", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/redhat/red-hat-openshift", "summary": "Red Hat OpenShift is a hybrid cloud, enterprise Kubernetes application platform.", @@ -8137,11 +9233,11 @@ "description": "", "name": "Redis", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redis/dashboards/redis01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redis/dashboards/redis02.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redis/dashboards/redis03.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redis/dashboards/redis01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redis/dashboards/redis02.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redis/dashboards/redis03.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redis/dashboards/redis.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redis/dashboards/redis.json" } ], "description": "Official New Relic pack for Redis\nUse this pack together with the New Relic Redis On Host Integration to get insight into the performance of your Redis instances.\n\n", @@ -8152,10 +9248,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/redis-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redis/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redis/icon.png", "id": "289983fe-378e-4690-9302-2490e2afe11c", + "keywords": [ + "infrastructure", + "database" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/redis/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/redis/logo.png", "name": "Redis", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/redis", "summary": "", @@ -8176,10 +9276,11 @@ "url": "https://docs.newrelic.com/docs/agents/open-source-licensed-agents/roku-open-source-video-agent" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/roku/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/roku/icon.svg", "id": "71e1b882-ce4e-4037-b8f1-997d9e317ddd", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/roku/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/roku/logo.svg", "name": "roku", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/roku", "summary": "Build applications that deliver high-quality video to the Roku platform.", @@ -8200,10 +9301,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/activerecord/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/activerecord/icon.svg", "id": "088e4f27-310c-49fb-b530-070607c911c2", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/activerecord/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/activerecord/logo.svg", "name": "activerecord", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/activerecord", "summary": "Active Record facilitates the creation and use of business objects whose data requires persistent storage to a database.", @@ -8224,10 +9329,11 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/acts-as-solr/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/acts-as-solr/icon.svg", "id": "62227703-3f2a-4e75-a457-5f74f26bc400", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/acts-as-solr/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/acts-as-solr/logo.svg", "name": "actsassolr", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/acts-as-solr", "summary": "Ruby plugins that adds full text search capabilities and other features from Apache's Solr to any Rails model.", @@ -8248,10 +9354,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/authlogic/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/authlogic/icon.svg", "id": "6b00d1b5-cf61-4d5d-a327-8227fdbea6b5", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/authlogic/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/authlogic/logo.svg", "name": "authlogic", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/authlogic", "summary": "Unobtrusive Ruby authentication library based on ActiveRecord.", @@ -8272,10 +9382,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/features/message-queues" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/bunny/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/bunny/icon.svg", "id": "8623fe7e-9805-4778-a886-6b4c83720aed", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/bunny/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/bunny/logo.svg", "name": "bunny", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/bunny", "summary": "RabbitMQ client that focuses on ease of use. Supports all recent RabbitMQ features and does not have any heavyweight dependencies.", @@ -8296,10 +9410,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/curb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/curb/icon.svg", "id": "dbe3684e-d688-4d2d-9279-f900c2f76c36", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/curb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/curb/logo.svg", "name": "curb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/curb", "summary": "Establishes Ruby bindings for the client-side URL transfer library libcurl(3).", @@ -8320,10 +9438,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/dalli/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/dalli/icon.svg", "id": "14a85e0d-9714-4a90-a2cb-ba17ead23e60", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/dalli/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/dalli/logo.svg", "name": "dalli", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/dalli", "summary": "Ruby client built for accessing Memcached servers.", @@ -8344,10 +9466,11 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/delayed-job/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/delayed-job/icon.svg", "id": "1a11f0ea-8f8b-422c-be1f-414dc0b81698", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/delayed-job/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/delayed-job/logo.svg", "name": "delayedjob", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/delayed-job", "summary": "Ruby Gem that enables asynchronously distributing tasks to the background.", @@ -8368,10 +9491,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/excon/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/excon/icon.svg", "id": "a6f3126e-8207-4295-b04a-b0a216974b16", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/excon/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/excon/logo.svg", "name": "excon", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/excon", "summary": "Simple and straightforward HTTP client built on Ruby.", @@ -8392,10 +9519,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/grape/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/grape/icon.svg", "id": "99aad761-82a1-4298-b677-1b724d9a75eb", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/grape/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/grape/logo.svg", "name": "grape", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/grape", "summary": "Ruby Gem that provides a framework for users to create REST-like APIs.", @@ -8416,10 +9547,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/httpclient/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/httpclient/icon.svg", "id": "53d1e197-7ff5-4f52-9046-2f2d6a74dcab", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/httpclient/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/httpclient/logo.svg", "name": "httpclient", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/httpclient", "summary": "Framework for using Ruby to access web resources.", @@ -8440,10 +9575,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/httprb/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/httprb/icon.svg", "id": "18adf8b8-f2d2-47a5-b8a2-278f526b5243", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/httprb/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/httprb/logo.svg", "name": "httprb", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/httprb", "summary": "Straightforward Ruby-based HTTP client with advanced feature set.", @@ -8464,10 +9603,11 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/net-http/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/net-http/icon.svg", "id": "932f757b-98aa-460c-8ce8-bbab9c2cbf09", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/net-http/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/net-http/logo.svg", "name": "net-http", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/net-http", "summary": "Net::HTTP for Ruby provides a rich library which can be used to build HTTP user-agents.", @@ -8488,10 +9628,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/padrino/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/padrino/icon.svg", "id": "7c11a5e8-d9fd-4dbe-9846-1181dfebbe11", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/padrino/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/padrino/logo.svg", "name": "padrino", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/padrino", "summary": "Padrino is a free and open-source web framework, written in Ruby and based on Sinatra.", @@ -8512,10 +9656,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/passenger/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/passenger/icon.svg", "id": "d2ca1774-3493-4897-9bc2-f578ded4bd87", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/passenger/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/passenger/logo.svg", "name": "passenger", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/passenger", "summary": "Web application server with support for several platforms, and can run standalone or integrate with other servers.", @@ -8536,10 +9684,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/puma/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/puma/icon.svg", "id": "c1eeccb2-3995-41e3-94ec-d252b5836fce", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/puma/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/puma/logo.svg", "name": "puma", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/puma", "summary": "Puma is an HTTP web server for Ruby and Rack.", @@ -8560,10 +9712,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/rack/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/rack/icon.svg", "id": "c86fdad1-314b-4987-951f-ff4d3fd42151", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/rack/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/rack/logo.svg", "name": "rack", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/rack", "summary": "A minimal, modular, and adaptable interface for developing web applications in Ruby.", @@ -8584,10 +9740,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/rails/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/rails/icon.svg", "id": "c722b540-6e96-437d-9cd9-aa6625ab443f", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/rails/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/rails/logo.svg", "name": "rails", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/rails", "summary": "Rails is an open source server-side MVC web application framework written in Ruby under the MIT License.", @@ -8608,10 +9768,11 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/rainbows/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/rainbows/icon.svg", "id": "5dd54f65-c84d-4830-8432-9a0be7d30d1b", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/rainbows/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/rainbows/logo.svg", "name": "rainbows", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/rainbows", "summary": "An HTTP Rack app server designed to handle applications that expect long request/response times and/or slow clients.", @@ -8632,10 +9793,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/rake/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/rake/icon.svg", "id": "f216a462-b82f-4baa-85f9-d4bbfb931a94", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/rake/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/rake/logo.svg", "name": "rake", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/rake", "summary": "Rake is a software task management and build automation tool.", @@ -8656,10 +9821,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/resque/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/resque/icon.svg", "id": "c5382aec-085d-428e-9aa6-daf0630fb0c2", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/resque/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/resque/logo.svg", "name": "resque", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/resque", "summary": "Redis-backed Ruby library for creating background jobs, placing them on multiple queues, and processing them later.", @@ -8680,10 +9849,15 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/ruby/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/ruby/icon.svg", "id": "1357d042-1f5b-4871-a14a-e2db10bec795", + "keywords": [ + "apm", + "ruby", + "language agent" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/ruby/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/ruby/logo.svg", "name": "ruby", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/ruby", "summary": "Ruby is an interpreted, high-level, general-purpose programming language.", @@ -8704,10 +9878,15 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/sequel/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/sequel/icon.svg", "id": "ad53676f-7384-4ce4-99d2-786f8566fc93", + "keywords": [ + "apm", + "ruby", + "database" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/sequel/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/sequel/logo.svg", "name": "sequel", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/sequel", "summary": "A simple, flexible, and powerful SQL database access toolkit for Ruby.", @@ -8728,10 +9907,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/sidekiq/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/sidekiq/icon.svg", "id": "b93d4d1a-c90c-46da-8f82-086270b05fee", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/sidekiq/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/sidekiq/logo.svg", "name": "sidekiq", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/sidekiq", "summary": "Simple, efficient background processing for Ruby. Sidekiq uses threads to handle many jobs at the same time in the same process.", @@ -8752,10 +9935,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/sinatra/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/sinatra/icon.svg", "id": "23a2fe56-bcd7-4466-91d2-b0b4e44ffb29", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/sinatra/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/sinatra/logo.svg", "name": "sinatra", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/sinatra", "summary": "Free and open source software web application library and domain-specific language written in Ruby.", @@ -8776,10 +9963,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/sunspot/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/sunspot/icon.svg", "id": "bddc7786-fe78-484c-a263-98cdf5d51f2f", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/sunspot/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/sunspot/logo.svg", "name": "sunspot", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/sunspot", "summary": "Library providing a powerful, all-Ruby API for the Solr search engine.", @@ -8800,10 +9991,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/thin/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/thin/icon.svg", "id": "9a027632-7df7-4e81-b2bc-4959b7b64615", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/thin/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/thin/logo.svg", "name": "thin", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/thin", "summary": "A Ruby web server that glues together popular Ruby libraries: the Mongrel parser, Event Machine, and Rack.", @@ -8824,10 +10019,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/typhoeus/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/typhoeus/icon.svg", "id": "fea37113-cb1b-4b10-8e2c-20fbd52be00b", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/typhoeus/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/typhoeus/logo.svg", "name": "typhoeus", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/typhoeus", "summary": "Ruby-based framework for running parallel HTTP requests.", @@ -8848,10 +10047,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/unicorn/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/unicorn/icon.svg", "id": "b82fc20e-a8b6-449a-b6d7-241b4a6dfba7", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/unicorn/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/unicorn/logo.svg", "name": "unicorn", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/unicorn", "summary": "Rack HTTP Server based on the now-deprecated Mongrel for managing Ruby applications.", @@ -8872,10 +10075,14 @@ "url": "https://docs.newrelic.com/docs/agents/ruby-agent/getting-started/ruby-agent-requirements-supported-frameworks" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/webrick/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/webrick/icon.svg", "id": "6c327009-b269-49c1-b3a3-392f86ece8fe", + "keywords": [ + "apm", + "ruby" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ruby/webrick/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ruby/webrick/logo.svg", "name": "webrick", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ruby/webrick", "summary": "Set of web server tools in Ruby for creating and managing a variety of services.", @@ -8896,10 +10103,11 @@ "url": "https://www.signl4.com/blog/portfolio_item/new_relic_mobile_alerting/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/signl4/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/signl4/icon.svg", "id": "c7117ee1-91aa-4ce1-997a-2ceab65dabad", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/signl4/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/signl4/logo.svg", "name": "signl4", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/signl4", "summary": "Mobile alerting SaaS that bridges the last mile from IT systems, machines, and sensors to engineers, IT staff and workers in the field.", @@ -8920,10 +10128,11 @@ "url": "https://docs.newrelic.com/docs/alerts/new-relic-alerts/managing-notification-channels/notification-channels-control-where-send-alerts" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/slack/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/slack/icon.svg", "id": "db34c333-7b4a-4bb8-8fbf-becce43bfa44", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/slack/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/slack/logo.svg", "name": "slack", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/slack", "summary": "Slack is a proprietary real-time business communication platform developed by American software company Slack Technologies.", @@ -8944,10 +10153,15 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/snmp-monitoring-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/snmp/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/snmp/icon.svg", "id": "9eb6470e-fffd-4f16-b29a-9c78ae43f0e6", + "keywords": [ + "infrastructure", + "networking", + "open source monitoring" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/snmp/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/snmp/logo.svg", "name": "snmp", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/snmp", "summary": "Internet Standard protocol for collecting and organizing information about managed devices on IP networks.", @@ -8968,10 +10182,13 @@ "url": "https://www.split.io/blog/querying-split-impressions-in-new-relic-for-more-insight-into-your-metrics/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/split/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/split/icon.svg", "id": "772501cd-2b71-4544-9768-aec5efb91ef5", + "keywords": [ + "testing" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/split/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/split/logo.svg", "name": "split", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/split", "summary": "A feature delivery platform that powers feature flag management, software experimentation, and continuous delivery.", @@ -8992,10 +10209,13 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/statsd-monitoring-integration-version-2" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/statsd/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/statsd/icon.svg", "id": "293c4da1-11cd-4942-8e40-8b6e85663003", + "keywords": [ + "open source monitoring" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/statsd/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/statsd/logo.svg", "name": "statsd", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/statsd", "summary": "Lightweight, open-source Node.js application that listens for metrics from different applications and aggregates them.", @@ -9016,10 +10236,14 @@ "url": "https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/linux-installation/install-infrastructure-linux-using-package-manager" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/suse-linux-enterprise-server/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/suse-linux-enterprise-server/icon.svg", "id": "902c5c2f-41db-44ed-8381-f3cb9b8a4b9e", + "keywords": [ + "os", + "operating system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/suse-linux-enterprise-server/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/suse-linux-enterprise-server/logo.svg", "name": "suse-linux-enterprise-server", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/suse-linux-enterprise-server", "summary": "Linux-based operating system developed by SUSE designed for servers, mainframes, and workstations.", @@ -9036,9 +10260,9 @@ "description": "", "name": "TrendMicroCloudOneConformity", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/trendmicro-cloudone-conformity/dashboards/trendmicro-cloudone-conformity.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/trendmicro-cloudone-conformity/dashboards/trendmicro-cloudone-conformity.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/trendmicro-cloudone-conformity/dashboards/trendmicro-cloudone-conformity.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/trendmicro-cloudone-conformity/dashboards/trendmicro-cloudone-conformity.json" } ], "description": "New Relic’s integration with Trend Micro Cloud One - Conformity ingests cloud security posture management (CSPM) data from Conformity into New Relic in real-time. The integration deploys a Amazon Web Services (AWS) CloudFormation stack in your AWS account. Bring your Conformity generated CSPM data into New Relic one to contextualize and correlate it with workload telemetry data, delivering AI powered visualizations and quick insights. Conformity generated CSPM data into New Relic One where it's contextualized and correlated with workload telemetry data delivering AI powered visualizations and quick insights.", @@ -9059,10 +10283,11 @@ "url": "https://www.trendmicro.com/en_us/devops/21/f/how-to-achieve-more-security-observability.html" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/trendmicro-cloudone-conformity/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/trendmicro-cloudone-conformity/icon.png", "id": "c3ae3b79-260a-436f-ba25-1d97c61da3ad", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/trendmicro-cloudone-conformity/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/trendmicro-cloudone-conformity/logo.png", "name": "trendmicro-cloudone-conformity", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/trendmicro-cloudone-conformity", "summary": "New Relic’s integration with Trend Micro Cloud One - Conformity ingests cloud security posture management (CSPM) data from Conformity into New Relic in real-time.", @@ -9083,10 +10308,13 @@ "url": "https://docs.newrelic.com/docs/mobile-monitoring/new-relic-mobile-ios/tvos/tvos-installation-configuration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/tvos/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/tvos/icon.svg", "id": "36061f8f-c057-4a01-b578-c9b67bdf1859", + "keywords": [ + "mobile" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/tvos/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/tvos/logo.svg", "name": "tvos", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/tvos", "summary": "Default operating system for Apple media streaming devices, including the Apple TV.", @@ -9107,10 +10335,14 @@ "url": "https://docs.newrelic.com/docs/infrastructure/install-configure-manage-infrastructure/linux-installation/install-infrastructure-linux-using-package-manager" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ubuntu/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ubuntu/icon.svg", "id": "bb4a3bc6-b595-45d5-b65d-f375c428f31a", + "keywords": [ + "os", + "operating system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/ubuntu/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/ubuntu/logo.svg", "name": "ubuntu", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/ubuntu", "summary": "Open source Linux distribution for both personal and enterprise use, based on Debian.", @@ -9131,10 +10363,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/open-source-host-integrations-list/unix-monitoring-open-source-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/unix/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/unix/icon.svg", "id": "9fdfa9b9-4a83-47e6-a8d5-b23cc05b653a", + "keywords": [ + "os", + "operating system" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/unix/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/unix/logo.svg", "name": "unix", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/unix", "summary": "The Unix monitoring integration allows for system-level monitoring of AIX, Linux, macOS, Solaris/SunOS and other Unix-based servers.", @@ -9152,11 +10388,11 @@ "description": "", "name": "Varnish Cache", "screenshots": [ - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/varnish/dashboards/varnish01.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/varnish/dashboards/varnish02.png", - "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/varnish/dashboards/varnish03.png" + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/varnish/dashboards/varnish01.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/varnish/dashboards/varnish02.png", + "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/varnish/dashboards/varnish03.png" ], - "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/varnish/dashboards/varnish.json" + "url": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/varnish/dashboards/varnish.json" } ], "description": "Official New Relic pack for Varnish\nUse this pack together with the New Relic Varnish On Host Integration to get insight into the performance of your Varnish instances.\n\n", @@ -9167,10 +10403,14 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/varnish-cache-monitoring-integration/" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/varnish/icon.png", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/varnish/icon.png", "id": "fc256226-d755-48a6-ac20-3334681ce43d", + "keywords": [ + "infrastructure", + "load balancer" + ], "level": "NEWRELIC", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/varnish/logo.png", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/varnish/logo.png", "name": "Varnish", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/varnish", "summary": "", @@ -9191,10 +10431,11 @@ "url": "https://docs.newrelic.com/docs/alerts/new-relic-alerts/managing-notification-channels/notification-channels-control-where-send-alerts" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/victorops/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/victorops/icon.svg", "id": "3937fc57-4414-4db7-8f23-b313892379ab", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/victorops/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/victorops/logo.svg", "name": "victorops", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/victorops", "summary": "Get notified via VictorOps when incidents are opened, acknowledged, or closed. Notifications can include charts about the incident.", @@ -9215,10 +10456,13 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/open-source-host-integrations-list/vmware-esxi-open-source-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/vmware/vmware-esxi/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/vmware/vmware-esxi/icon.svg", "id": "1b913236-5aab-424c-8135-c1d2a4a03441", + "keywords": [ + "infrastructure" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/vmware/vmware-esxi/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/vmware/vmware-esxi/logo.svg", "name": "vmware-esxi", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/vmware/vmware-esxi", "summary": "Hypervisor built for direct interaction with server hardware and resources.", @@ -9239,10 +10483,13 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/host-integrations-list/vmware-tanzu-pcf-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/vmware/vmware-tanzu/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/vmware/vmware-tanzu/icon.svg", "id": "de3953e3-67c4-482f-819a-09e3a1f4da46", + "keywords": [ + "infrastructure" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/vmware/vmware-tanzu/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/vmware/vmware-tanzu/logo.svg", "name": "vmware-tanzu", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/vmware/vmware-tanzu", "summary": "Kubernetes management built and maintained by VMWare.", @@ -9263,10 +10510,15 @@ "url": "https://docs.newrelic.com/docs/integrations/host-integrations/open-source-host-integrations-list/windows-event-log-monitoring-open-source-integration" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/windows-event-log/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/windows-event-log/icon.svg", "id": "fdf159bc-44ad-45a6-a7b9-b83146967bc2", + "keywords": [ + "logs", + "logging", + "windows" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/windows-event-log/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/windows-event-log/logo.svg", "name": "windows-event-log", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/windows-event-log", "summary": "Monitor and report Windows event log entries to New Relic.", @@ -9287,10 +10539,11 @@ "url": "https://docs.newrelic.com/docs/agents/php-agent/getting-started/php-agent-compatibility-requirements" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/wordpress/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/wordpress/icon.svg", "id": "59ba7d1f-7833-4d9b-893d-2b493e5ddac8", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/wordpress/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/wordpress/logo.svg", "name": "wordpress", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/wordpress", "summary": "Monitoring for the self-hosted version of the popular CMS and blogging tool.", @@ -9311,10 +10564,11 @@ "url": "https://docs.newrelic.com/docs/alerts/new-relic-alerts/managing-notification-channels/notification-channels-control-where-send-alerts" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/xmatters/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/xmatters/icon.svg", "id": "9dce812a-d316-46d3-8f65-3cbc8bb3747d", + "keywords": [], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/xmatters/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/xmatters/logo.svg", "name": "xmatters", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/xmatters", "summary": "Automated alerts for detecting and responding to events and critical issues.", @@ -9335,10 +10589,14 @@ "url": "https://docs.newrelic.com/docs/understand-dependencies/distributed-tracing/trace-api/report-zipkin-format-traces-trace-api" } ], - "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/zipkin/icon.svg", + "iconUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/zipkin/icon.svg", "id": "51fe9abd-ecab-4d2a-aecf-97fbecf01c28", + "keywords": [ + "tracing", + "apm" + ], "level": "COMMUNITY", - "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.15.0/packs/zipkin/logo.svg", + "logoUrl": "https://raw.githubusercontent.com/newrelic/newrelic-observability-packs/v0.16.1/packs/zipkin/logo.svg", "name": "zipkin", "packUrl": "https://github.com/newrelic/newrelic-observability-packs/tree/main/packs/zipkin", "summary": "Distributed Tracing system built in Java.", diff --git a/src/pages/instant-observability.js b/src/pages/instant-observability.js index 700880349..a35d8183f 100644 --- a/src/pages/instant-observability.js +++ b/src/pages/instant-observability.js @@ -21,9 +21,14 @@ import { navigate } from '@reach/router'; import BUILD_YOUR_OWN from '../images/build-your-own.svg'; import { useDebounce } from 'react-use'; +import { sortFeaturedQuickstarts } from '../utils/sortFeaturedQuickstarts'; const { QUICKSTARTS_REPO } = require('../data/constants'); +const CATEGORIES = [ + { name: 'Featured', type: 'featured', icon: 'nr-relicans' }, +]; + const FILTERS = [ { name: 'All', type: '', icon: 'nr-all-entities' }, { name: 'Dashboards', type: 'dashboards', icon: 'nr-dashboard' }, @@ -58,6 +63,15 @@ const filterByContentType = (type) => (quickstart) => { return !type || (quickstart[type] && quickstart[type].length > 0); }; +/** + * Filters a quickstart based on a category. + * @param {String} type The category type (e.g. 'featured'). + * @returns {(Object) => Boolean} Callback function to be used by filter. + */ +const filterByCategoryType = (type) => (quickstart) => { + return !type || (quickstart.keywords && quickstart.keywords.includes(type)); +}; + const QuickstartsPage = ({ data, location }) => { const [view, setView] = useState(VIEWS.GRID); const isMobile = useMobileDetect().isMobile(); @@ -65,17 +79,23 @@ const QuickstartsPage = ({ data, location }) => { const [search, setSearch] = useState(''); const [filter, setFilter] = useState(''); + const [category, setCategory] = useState(''); + useEffect(() => { const params = new URLSearchParams(location.search); const searchParam = params.get('search'); const filterParam = params.get('filter'); + const categoryParam = params.get('category'); + setSearch(searchParam); setFilter(filterParam); + setCategory(categoryParam); - if (searchParam || filterParam) { + if (searchParam || filterParam || categoryParam) { tessen.track('InstantObservability', 'QuickstartsCatalog', { filter: filterParam, search: searchParam, + category: categoryParam, }); } }, [location.search]); @@ -97,6 +117,15 @@ const QuickstartsPage = ({ data, location }) => { } }; + const handleCategory = (value) => { + if (value !== null && value !== undefined) { + const params = new URLSearchParams(location.search); + params.set('category', value); + + navigate(`?${params.toString()}`); + } + }; + useDebounce( () => { handleSearch(search); @@ -107,15 +136,19 @@ const QuickstartsPage = ({ data, location }) => { const quickstarts = data.allQuickstarts.nodes; - const filteredQuickstarts = quickstarts + const sortedQuickstarts = sortFeaturedQuickstarts(quickstarts); + + const filteredQuickstarts = sortedQuickstarts .filter(filterBySearch(search)) - .filter(filterByContentType(filter)); + .filter(filterByContentType(filter)) + .filter(filterByCategoryType(category)); const filtersWithCount = FILTERS.map((filter) => ({ ...filter, count: quickstarts .filter(filterBySearch(search)) - .filter(filterByContentType(filter.type)).length, + .filter(filterByContentType(filter.type)) + .filter(filterByCategoryType(category)).length, })); return ( @@ -200,6 +233,56 @@ const QuickstartsPage = ({ data, location }) => { margin-bottom: 1.5rem; `} /> + + + {detectMobile.isMobile() ? ( + + ) : ( + CATEGORIES.map(({ name, type, icon }) => ( + + )) + )} + {isMobile ? ( @@ -367,7 +450,12 @@ const QuickstartsPage = ({ data, location }) => { /> {filteredQuickstarts.map((pack) => ( - + ))} @@ -394,6 +482,7 @@ export const pageQuery = graphql` logoUrl packUrl level + keywords dashboards { description name diff --git a/src/utils/sortFeaturedQuickstarts.js b/src/utils/sortFeaturedQuickstarts.js new file mode 100644 index 000000000..31b1bf84a --- /dev/null +++ b/src/utils/sortFeaturedQuickstarts.js @@ -0,0 +1,15 @@ +const isFeatured = (quickstart) => + quickstart.keywords && quickstart.keywords.includes('featured'); + +export const sortFeaturedQuickstarts = (quickstarts) => { + const sortedQuickstarts = quickstarts.sort((a, b) => { + if (isFeatured(a) && !isFeatured(b)) { + return -1; + } + if (isFeatured(b) && !isFeatured(a)) { + return 1; + } + return 0; + }); + return sortedQuickstarts; +};