You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ After activating the Dummy Data your Data Mapping should look like this:
61
61
| Error Rate (Outgoing) | error_out |
62
62
| Response Time Baseline (Upper) | threshold |
63
63
64
+
64
65
_Note that you may have to refresh the dashboard or reload the page in order for it to work._
65
66
66
67
##### Live example dummy data
@@ -73,8 +74,6 @@ ___
73
74
74
75
If you now want to use your own data source you have make sure, that the data received is in the `TABLE` format and is structured as follows:
75
76
76
-
* The table requires a column which is named equal to the value of the `aggregationType` settings field. This column defines the component to which the data refers to.
77
-
**Example**: Assuming the `aggregationType` variable is set to `app`, the data table has to provide a column named `app`.
78
77
* The table requires at least one column which specifies the connection's source or target. The settings `Source Component Column` and `Target Component Column` need to be set to the exact namings of the respective fields.
79
78
80
79
* The data can contain multiple value columns. These columns have to be mapped on specifc attributes using the panel's `Data Mappings` options.
@@ -92,14 +91,12 @@ If the previously described requirements are respected, a minimal table can be a
92
91
| service a | service c | 75 |
93
92
| service c | service d | 25 |
94
93
95
-
Assuming a `aggregationType` variable is provided and set to `app` and the panel's settings are specified as seen in the screenshot, the panel will visualize the data as following:
94
+
Assuming the panel's settings are specified as seen in the screenshot, the panel will visualize the data as following:
96
95
97
96

98
97
99
98
> Note: It is important to know that connections can only be generated if at least one request-rate column (incoming or outgoing) is defined.
100
99
101
-
The data mapping represents always the data from the point of view of the component which is specified by the column which name is equal to the `aggregationType` variable. This means that if we want to represent an outgoing connection in this example, the `app` and `target_app` columns must be present. In case an incoming connection should be represented, the `app` and `origin_app` columns must be present.
102
-
103
100
##### Example 2
104
101
105
102
In this example, we extend the data table of example 1 by another column, representing the total sum of all request response times of a specific connection (e.g. sum of all HTTP request response times).
### Found a bug? Have a question? Wanting to contribute?
176
173
177
-
Feel free to open up an issue. We will take care of you and provide as much help as needed. Any suggestions/contributions are being very much appreciated.
178
-
174
+
Feel free to open up an issue. We will take care of you and provide as much help as needed. Any suggestions/contributions are being very much appreciated.
Copy file name to clipboardExpand all lines: src/plugin.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@
3
3
"name": "Service Dependency Graph",
4
4
"id": "novatec-sdg-panel",
5
5
"info": {
6
-
"version": "4.0.2",
7
-
"updated": "2021-02-03",
6
+
"version": "4.0.3",
7
+
"updated": "2021-08-26",
8
8
"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.",
0 commit comments