Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Test new release script #2181

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading