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

Urgent release 20240628 #2465

Merged
merged 15 commits into from
Jun 28, 2024
Merged
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
280 changes: 278 additions & 2 deletions dashboards/biztalk360/biztalk360.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,282 @@
"linkedEntityGuids": null
}
]
},
{
"name": "Artifacts",
"description": null,
"widgets": [
{
"title": "All Host Instances",
"layout": {
"column": 1,
"row": 1,
"width": 4,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.pie"
},
"rawConfiguration": {
"colors": {
"seriesOverrides": [
{
"color": "#36B37E",
"seriesName": "Started"
},
{
"color": "#D32F2F",
"seriesName": "Stopped"
},
{
"color": "#007BFF",
"seriesName": "Isolated"
}
]
},
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountId": 0,
"query": "SELECT latest(`All Host Instances`) FROM Metric Facet status Since 120 seconds ago "
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "All Send Ports",
"layout": {
"column": 5,
"row": 1,
"width": 4,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.pie"
},
"rawConfiguration": {
"colors": {
"seriesOverrides": [
{
"color": "#36B37E",
"seriesName": "Started"
},
{
"color": "#D32F2F",
"seriesName": "Stopped"
},
{
"color": "#007BFF",
"seriesName": "Unenlisted"
}
]
},
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountId": 0,
"query": "SELECT latest(`All Send Ports`) FROM Metric Facet status Since 120 seconds ago "
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "All Receive Locations",
"layout": {
"column": 9,
"row": 1,
"width": 4,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.pie"
},
"rawConfiguration": {
"colors": {
"seriesOverrides": [
{
"color": "#36B37E",
"seriesName": "Enabled"
},
{
"color": "#D32F2F",
"seriesName": "Disabled"
}
]
},
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountId": 0,
"query": "SELECT latest(`All Receive Locations`) FROM Metric Facet status Since 120 seconds ago "
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "All Orchestrations",
"layout": {
"column": 1,
"row": 4,
"width": 4,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.pie"
},
"rawConfiguration": {
"colors": {
"seriesOverrides": [
{
"color": "#36B37E",
"seriesName": "Started"
},
{
"color": "#D32F2F",
"seriesName": "Stopped"
},
{
"color": "#007BFF",
"seriesName": "Unenlisted"
}
]
},
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"nrqlQueries": [
{
"accountId": 0,
"query": "SELECT latest(`All Orchestrations`) FROM Metric Facet status Since 120 seconds ago "
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "All Suspended Instances",
"layout": {
"column": 5,
"row": 4,
"width": 4,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.bar"
},
"rawConfiguration": {
"colors": {
"seriesOverrides": [
{
"color": "#36B37E",
"seriesName": "Suspended (Resumable)"
},
{
"color": "#D32F2F",
"seriesName": "Suspended (Non-Resumable)"
}
]
},
"facet": {
"showOtherSeries": false
},
"nrqlQueries": [
{
"accountId": 0,
"query": "SELECT latest(`All Suspended Instances`) FROM Metric Facet status Since 120 seconds ago "
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "All Running Instances",
"layout": {
"column": 9,
"row": 4,
"width": 4,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.bar"
},
"rawConfiguration": {
"colors": {
"seriesOverrides": [
{
"color": "#5ec298",
"seriesName": "Active"
},
{
"color": "#858585",
"seriesName": "Dehydrated"
},
{
"color": "#3395ff",
"seriesName": "Scheduled"
},
{
"color": "#66b0ff",
"seriesName": "Running"
},
{
"color": "#64b5f6",
"seriesName": "Ready To Run"
}
]
},
"facet": {
"showOtherSeries": false
},
"nrqlQueries": [
{
"accountId": 0,
"query": "SELECT latest(`All Running Instances`) FROM Metric Facet status Since 120 seconds ago "
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
}
]
}
]
}
]
}
24 changes: 24 additions & 0 deletions data-sources/email-notifications/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# A unique identifier for the data source
id: email-notifications

# Display name for the data source
displayName: Email Notifications

description: |
Send your New Relic alert notifications via email. You can send email notifications to users with or without New Relic accounts.

install:
primary:
link:
url: https://docs.newrelic.com/docs/alerts-applied-intelligence/notifications/notification-integrations/#email

# An icon for display within the catalog
icon: logo.png

# Searchable words or phrases
keywords:
- email
- notifications
- AIOps
- Incident Intelligence
- Destinations
Binary file added data-sources/email-notifications/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions data-sources/gh-gates/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# A unique identifier for the data source
id: gh-gates

# Display name for the data source
displayName: GitHub Deployment Protection Rules

description: |
Deployment Protection Rules for GitHub Actions provides additional control to your CI/CD workflows.

install:
primary:
link:
url: https://docs.newrelic.com/whats-new/2023/04/whats-new-04-20-github-integration/

# An icon for display within the catalog
icon: logo.svg

# Searchable words or phrases
keywords:
- github
- gates
- anomaly detection
- notifications
- AIOps
- Incident Intelligence
1 change: 1 addition & 0 deletions data-sources/gh-gates/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions data-sources/hcp-envoy/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# A unique identifier for the data source
id: hcp-envoy

# Display name for the data source
displayName: HCP Envoy

description: |
Report HCP Envoy metrics to New Relic via New Relic's statsd integration.

install:
primary:
link:
url: https://github.com/newrelic-experimental/hashicorp-quickstart-annex/tree/main/hcp-envoy/README.md

# An icon for display within the catalog
icon: logo.svg

# Searchable words or phrases
keywords:
- hcp
- hcp-envoy
- hashicorp
- envoy
- envoy-proxy
- nrlabs
- nrlabs-data
1 change: 1 addition & 0 deletions data-sources/hcp-envoy/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions data-sources/opslevel/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# A unique identifier for the data source
id: opslevel

# Display name for the data source
displayName: OpsLevel

description: |
Be prepared for incidents and solve performance issues faster by combining the complete context in OpsLevel with New Relic’s monitoring capabilities.

install:
primary:
link:
url: https://docs.opslevel.com/docs/new-relic-integration

# An icon for display within the catalog
icon: logo.svg

# Searchable words or phrases
keywords:
- newrelic partner
- messaging
- opslevel
Loading
Loading