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
Auto Interval and metricdatapoints error handling cdscrs 35197 (#263)
* auto works
* datapoints error handling
* capturing interval undefined
* some cleaning
* wait till region is populated
* cleanup
* interval as template var
* cleanup
* template variable for interval
* fix template var
* fine tune interval defaults
* interpolateProps verbessern
* some more controls
* golang verbesserungen
* minor golang warn fixed
* ready
For intervals, you can use a custom or constant variable. To create a custom, select the variable type as custom.
197
+
Label(appears as the display name of the variable selected).
198
+
199
+
Custom variables provide the convenience of using custom intervals for your dashboard. Please note the accepted format for intervals are within squared brackets and must include the time unit (for example [5m] to specify 5 minutes or [2h] for two hours). Following is an example of interval template variable definition:
200
+

201
+
202
+
194
203
### Windows and Resolution
195
204
196
205
For windows and resolution, you can use a custom or constant variable. To create a custom, select the variable type as custom.
backend.Logger.Error("client", "GetMetricDataPoints", "fetching the metrics datapoints under compartment '"+requestParams.CompartmentOCID+"' for query '"+requestParams.QueryText+"'")
426
426
427
427
times:= []time.Time{}
@@ -441,7 +441,7 @@ func (o *OCIDatasource) GetMetricDataPoints(ctx context.Context, requestParams m
0 commit comments