Show full fqdn for apps in graphs

This commit is contained in:
Johannes Zellner
2018-04-11 19:19:05 +02:00
parent 7bfa23e2b1
commit 6a2846afeb

View File

@@ -180,7 +180,7 @@ angular.module('Application').controller('GraphsController', ['$scope', '$locati
$scope.installedApps.forEach(function (app) {
targets.push('summarize(collectd.localhost.table-' + app.id + '-memory.gauge-rss, "1min", "avg")');
targetsInfo.push({
label: app.location || 'bare domain',
label: app.fqdn,
color: getRandomColor(),
app: app
});