We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be48caf commit ebf0bd5Copy full SHA for ebf0bd5
public/app/plugins/datasource/prometheus/query_ctrl.js
@@ -46,7 +46,7 @@ function (angular, _) {
46
47
$scope.linkToPrometheus = function() {
48
var range = Math.ceil(($scope.range.to.valueOf() - $scope.range.from.valueOf()) / 1000);
49
- var endTime = $scope.range.to.utc().format('YYYY-MM-DD HH:MM');
+ var endTime = $scope.range.to.utc().format('YYYY-MM-DD HH:mm');
50
var expr = {
51
expr: templateSrv.replace($scope.target.expr, $scope.panel.scopedVars),
52
range_input: range + 's',
0 commit comments