Skip to content

Commit

Permalink
Bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jceb committed Mar 14, 2024
1 parent a7b7f9c commit 5074238
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 17 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

All notable changes to this project will be documented in this file.

## [1.2.1] - 2024-03-14

### Bug Fixes

- Correct links in readme
- Add dashboard.json to git release

### Miscellaneous Tasks

- Prefix github release version with v

## [1.2.0] - 2024-03-14

### Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "identinet-sdg-panel",
"version": "1.2.0",
"version": "1.2.1",
"description": "Service Dependency Graph panel for Grafana",
"main": "src/module.js",
"scripts":
Expand Down
43 changes: 28 additions & 15 deletions provisioning/dashboards/dashboard.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"annotations": {
"list": [
"annotations":
{
"list":
[
{
"builtIn": 1,
"datasource": {
"datasource":
{
"type": "grafana",
"uid": "-- Grafana --"
},
Expand All @@ -21,21 +24,26 @@
"id": 1,
"links": [],
"liveNow": false,
"panels": [
"panels":
[
{
"datasource": {
"datasource":
{
"type": "datasource",
"uid": "grafana"
},
"gridPos": {
"gridPos":
{
"h": 21,
"w": 16,
"x": 0,
"y": 0
},
"id": 2,
"options": {
"dataMapping": {
"options":
{
"dataMapping":
{
"aggregationType": "service",
"baselineRtUpper": "threshold",
"errorRateColumn": "error_in",
Expand All @@ -52,7 +60,8 @@
"type": "protocol"
},
"drillDownLink": "",
"externalIcons": [
"externalIcons":
[
{
"filename": "web",
"pattern": "web"
Expand All @@ -71,7 +80,8 @@
}
],
"filterEmptyConnections": true,
"icons": [
"icons":
[
{
"filename": "java",
"pattern": "java"
Expand All @@ -84,15 +94,16 @@
"showBaselines": false,
"showConnectionStats": true,
"showDebugInformation": false,
"style": {
"style":
{
"dangerColor": "rgb(196, 22, 42)",
"healthyColor": "rgb(87, 148, 242)",
"noDataColor": "rgb(123, 123, 138)"
},
"sumTimings": true,
"timeFormat": "m"
},
"pluginVersion": "1.0.0",
"pluginVersion": "1.2.1",
"title": "Panel Title",
"type": "identinet-sdg-panel"
}
Expand All @@ -101,10 +112,12 @@
"schemaVersion": 38,
"style": "dark",
"tags": [],
"templating": {
"templating":
{
"list": []
},
"time": {
"time":
{
"from": "now-6h",
"to": "now"
},
Expand All @@ -113,4 +126,4 @@
"title": "Provisioned identinet-sdg-panel dashboard",
"version": 0,
"weekStart": ""
}
}
2 changes: 1 addition & 1 deletion src/plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "identinet-sdg-panel",
"info":
{
"version": "1.2.0",
"version": "1.2.1",
"updated": "2024-03-07",
"description": "Service Dependency Graph panel for Grafana. Shows metric-based, dynamic dependency graph between services, indicates responsetime, load and error rate statistic for individual services and communication edges. Shows communication to external services, such as Web calls, database calls, message queues, LDAP calls, etc. Provides a details dialog for each selected service that shows statistics about incoming and outgoing traffic.",
"author":
Expand Down

0 comments on commit 5074238

Please sign in to comment.