Skip to content

Commit

Permalink
test new release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Anguiano committed Jan 3, 2024
1 parent 77fb064 commit 406aedb
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion alert-policies/activemq/HeapMemoryUsage.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Heap Memory Usage

description: |+
This alert is triggered when the heap memory usage exceeds 100GB for 5 minutes.
This alert is triggered when the heap memory usage exceeds 100GB for 5 minutes. TEST!
type: STATIC
nrql:
Expand Down
2 changes: 1 addition & 1 deletion dashboards/activemq/activemq.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ActiveMQ",
"description": null,
"description": "new description",
"pages": [
{
"name": "Overview",
Expand Down
2 changes: 1 addition & 1 deletion data-sources/active-directory/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ description: |
install:
primary:
link:
url: https://docs.newrelic.com/docs/infrastructure/host-integrations/host-integrations-list/active-directory-integration/
url: https://newrelic.com
icon: logo.svg
1 change: 0 additions & 1 deletion data-sources/amazon-security-lake/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
id: amazon-security-lake
displayName: Amazon Security Lake
description: Monitor Amazon Security Lake by sending logs to New Relic
install:
Expand Down
7 changes: 0 additions & 7 deletions data-sources/apache-flink/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,4 @@ id: apache-flink
displayName: Apache Flink monitoring
description: |
Our Apache Flink dashboard lets you track your logs, see your instrumentation sources, and track uptime and downtime for all your applications. You can view all your most important data in one place.
install:
primary:
nerdlet:
nerdletId: marketplace.install-data-source
nerdletState:
dataSourceId: apache-flink
requiresAccount: false
icon: logo.png
2 changes: 1 addition & 1 deletion quickstarts/activemq/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id: 2a0365a9-f14c-4611-b097-9ad3aee51f1a
slug: activemq
description: |
## ActiveMQ Uses
## ActiveMQ Uses things :)
ActiveMQ is an open source message middleware built by Apache on top the Java Messaging Service (JMS). Its primary use is to send messages between different apps. It translates messages from sender to receiver, and connects multiple clients and servers. ActiveMQ supports a high number of transport protocols, including OpenWire, WebSockets, STOMP, REST, and MQTT. Also, it provides Enterprise Features thereby enabling communication from multiple clients or servers.
## Why monitor ActiveMQ?
Expand Down

0 comments on commit 406aedb

Please sign in to comment.