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
**Version 4.1.2 is only compatible with Grafana from version 10.1.0!**
10
11
11
12
**Version 4.0.0 is only compatible with Grafana from version 7.1.0!**
12
13
@@ -36,8 +37,8 @@ Depending on the query result, the data provides the following tags:
36
37
***protocol**: The communication type (e.g. HTTP, JMS, ...).
37
38
***origin_service**: In case of an incoming communication, this is the origin service.
38
39
***target_service**: In case of an outgoing communication, this is the target service.
39
-
***origin_external**: The origin of an incoming communication, which cannot be correlated to a known serive (e.g. HTTP request of a third party application).
40
-
***target_external**: The target of an outgoing communication, which cannot be correlated to a known serive (e.g. third party HTTP endpoint).
40
+
***origin_external**: The origin of an incoming communication, which cannot be correlated to a known service (e.g. HTTP request of a third party application).
41
+
***target_external**: The target of an outgoing communication, which cannot be correlated to a known service (e.g. third party HTTP endpoint).
41
42
42
43
Depending on the query result, the data provides the following fields:
43
44
***in_timesum**: The total sum of all incoming request response times. (Prometheus style)
@@ -46,7 +47,7 @@ Depending on the query result, the data provides the following fields:
46
47
***out_timesum**: The total sum of all outgoing request response times. (Prometheus style)
47
48
***out_count**: The total amount of outgoing requests.
48
49
***error_out**: The amount of outgoing requests which produced an error.
49
-
***threshold**: The critical threshold in miliseconds for the response times of incoming requests.
50
+
***threshold**: The critical threshold in milliseconds for the response times of incoming requests.
50
51
51
52
52
53
In order to use this data you simply have to activate the Dummy Data Switch you can find in the General Settings. All necessary options will be applied.
@@ -77,7 +78,7 @@ If you now want to use your own data source you have make sure, that the data re
77
78
78
79
* 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
80
80
-
* The data can contain multiple value columns. These columns have to be mapped on specifc attributes using the panel's `Data Mappings` options.
81
+
* The data can contain multiple value columns. These columns have to be mapped on specific attributes using the panel's `Data Mappings` options.
81
82
**Example**: Assuming the data table contains a column named `req_rate` which values represents a request rate for the related connection in the current time window. In order to correctly visualize these values as a request rate, the `Request Rate Column` option has to be set to `req_rate` - the column's name.
0 commit comments