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: common-lib/common/signal/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,7 @@ Init level:
84
84
|varAdHocEnabled| Attach ad hoc labels to variables generated. |`true`,`false`|`false`|`false`|
85
85
|varAdHocLabels| Limit ad hoc to the specific labels |*|`["environment"]`|`[]`|
86
86
|enableLokiLogs| Add additional loki datasource to variables generation |`true`,`false`|`true`|`false`|
87
+
|defaultSignalSource| Set default signal source (see below) | * |`prometheus`|
87
88
88
89
Signal's level:
89
90
@@ -124,7 +125,7 @@ The following is supported in expressions and legends:
124
125
125
126
## Making signals optional
126
127
127
-
When defining signals from multiple sources, you can make some of the signals optional. In this case, rendering will not throw a validation error that signal is missing for the specific source, while internal 'stub' type will be used and empty panel will be rendered instead.
128
+
When defining signals from multiple sources, you can make some of the signals optional. In this case, rendering will not throw a validation error that signal is missing for the specific source (and also in source defined as `defaultSignalSource`), while internal 'stub' type will be used and empty panel will be rendered instead.
0 commit comments