Skip to content
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
32 changes: 0 additions & 32 deletions alert-policies/pipeline-control/DropRuleRegistrationFailure.yaml

This file was deleted.

130 changes: 3 additions & 127 deletions dashboards/pipeline-control/pipeline-control.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,83 +60,6 @@
}
}
},
{
"title": "Rules",
"layout": {
"column": 7,
"row": 1,
"width": 2,
"height": 2
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.billboard"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"nrqlQueries": [
{
"accountIds": [],
"query": "SELECT sum(registered) AS 'Total Rule Registered' , max(failed) As 'Total Rule Failed' FROM (\n SELECT latest(otelcol_nrprocessor_rules_registered) AS registered , latest (otelcol_nrprocessor_rules_failed) as failed\n FROM Metric \n WHERE metricName IN ('otelcol_nrprocessor_rules_registered' , 'otelcol_nrprocessor_rules_failed') and serviceName = {{ service_name }}\n FACET processor\n)"
}
],
"platformOptions": {
"ignoreTimeRange": false
}
}
},
{
"title": "Number of Records",
"layout": {
"column": 9,
"row": 1,
"width": 4,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.line"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"markers": {
"displayedTypes": {
"criticalViolations": false,
"deployments": true,
"relatedDeployments": true,
"warningViolations": false
}
},
"nrqlQueries": [
{
"accountIds": [],
"query": "SELECT rate(sum(otelcol_nrprocessor_incoming_count), 1 second) AS 'INCOMING' , rate(sum(otelcol_nrprocessor_outgoing_count), 1 second) AS 'OUTGOING', rate(sum(otelcol_nrprocessor_dropped_count), 1 second) AS 'DROPPED' FROM Metric WHERE clusterName = {{cluster_name}} AND meltType IN ({{melt_type}}) and serviceName = {{ service_name }} TIMESERIES "
}
],
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"units": {
"unit": "REQUESTS_PER_SECOND"
},
"yAxisLeft": {
"zero": true
},
"yAxisRight": {
"zero": true
}
}
},
{
"title": "Incoming/Outgoing Rate",
"layout": {
Expand Down Expand Up @@ -167,7 +90,7 @@
"nrqlQueries": [
{
"accountIds": [],
"query": "SELECT rate(sum(otelcol_nrreceiver_incoming_requests), 1 seconds) AS INCOMING_RATE, rate(sum(otelcol_nrexporter_outgoing_requests) + sum(otelcol_nrprocessor_outgoing_requests) + sum(otelcol_nrreceiver_outgoing_requests), 1 seconds) AS OUTGOING_RATE FROM Metric WHERE clusterName = {{cluster_name}} AND meltType IN ({{melt_type}}) and serviceName = {{ service_name }} TIMESERIES"
"query": "SELECT rate(sum(otelcol_nrreceiver_incoming_requests), 1 seconds) AS INCOMING_RATE, rate(sum(otelcol_nrexporter_outgoing_requests) + sum(otelcol_nrreceiver_outgoing_requests), 1 seconds) AS OUTGOING_RATE FROM Metric WHERE clusterName = {{cluster_name}} AND meltType IN ({{melt_type}}) and serviceName = {{ service_name }} TIMESERIES"
}
],
"platformOptions": {
Expand Down Expand Up @@ -214,7 +137,7 @@
"nrqlQueries": [
{
"accountIds": [],
"query": "SELECT rate(sum(otelcol_nrexporter_outgoing_requests), 1 seconds) + rate(sum(otelcol_nrreceiver_outgoing_requests), 1 seconds) + rate(sum(otelcol_nrprocessor_outgoing_requests), 1 seconds) FROM Metric WHERE clusterName = {{cluster_name}} AND meltType IN ({{melt_type}}) and serviceName = {{ service_name }} FACET StatusCode TIMESERIES "
"query": "SELECT rate(sum(otelcol_nrexporter_outgoing_requests), 1 seconds) + rate(sum(otelcol_nrreceiver_outgoing_requests), 1 seconds) FROM Metric WHERE clusterName = {{cluster_name}} AND meltType IN ({{melt_type}}) and serviceName = {{ service_name }} FACET StatusCode TIMESERIES "
}
],
"platformOptions": {
Expand Down Expand Up @@ -261,7 +184,7 @@
"nrqlQueries": [
{
"accountIds": [],
"query": "SELECT rate(sum(otelcol_nrreceiver_incoming_request_errors), 1 second) + rate(sum(otelcol_nrprocessor_evaluation_failed), 1 second) + rate(sum(otelcol_nrexporter_outgoing_requests_errors), 1 second) AS ERROR FROM Metric WHERE clusterName = {{cluster_name}} AND meltType IN ({{melt_type}}) and serviceName = {{ service_name }} TIMESERIES "
"query": "SELECT rate(sum(otelcol_nrreceiver_incoming_request_errors), 1 second) + rate(sum(otelcol_nrexporter_outgoing_requests_errors), 1 second) AS ERROR FROM Metric WHERE clusterName = {{cluster_name}} AND meltType IN ({{melt_type}}) and serviceName = {{ service_name }} TIMESERIES "
}
],
"platformOptions": {
Expand Down Expand Up @@ -383,53 +306,6 @@
}
}
},
{
"title": "Queue Sizes",
"layout": {
"column": 9,
"row": 7,
"width": 4,
"height": 3
},
"linkedEntityGuids": null,
"visualization": {
"id": "viz.line"
},
"rawConfiguration": {
"facet": {
"showOtherSeries": false
},
"legend": {
"enabled": true
},
"markers": {
"displayedTypes": {
"criticalViolations": false,
"deployments": true,
"relatedDeployments": true,
"warningViolations": false
}
},
"nrqlQueries": [
{
"accountIds": [],
"query": "SELECT max(otelcol_nrprocessor_queue_size) FROM Metric WHERE metricName = 'otelcol_nrprocessor_queue_size' AND clusterName={{cluster_name}} and serviceName = {{ service_name }} Facet podName TIMESERIES LIMIT 3 Since 5 minutes ago"
}
],
"platformOptions": {
"ignoreTimeRange": false
},
"thresholds": {
"isLabelVisible": true
},
"yAxisLeft": {
"zero": true
},
"yAxisRight": {
"zero": true
}
}
},
{
"title": "PCG Latencies",
"layout": {
Expand Down
26 changes: 0 additions & 26 deletions quickstarts/xamarin/config.yml

This file was deleted.

Binary file removed quickstarts/xamarin/logo.png
Binary file not shown.
1 change: 0 additions & 1 deletion utils/schema/artifact.json
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,6 @@
"windows",
"windows-infra",
"windows-logs",
"xamarin",
"xcframework",
"zepto"
]
Expand Down
1 change: 0 additions & 1 deletion utils/schema/core-datasource-ids.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
"windows",
"windows-infra",
"windows-logs",
"xamarin",
"xcframework",
"zepto"
]
Loading