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 2c4dc3f commit f7d6c19Copy full SHA for f7d6c19
src/Command/ListMetrics.php
@@ -28,6 +28,7 @@ public function handle(Registry $registry): void
28
$counter,
29
$metric->getName(),
30
$metric->getType()->value,
31
+ $metric->getHelp(),
32
json_encode($metric->getInitialLabels(), JSON_THROW_ON_ERROR | JSON_FORCE_OBJECT),
33
];
34
}
@@ -36,6 +37,7 @@ public function handle(Registry $registry): void
36
37
'#',
38
'Name',
39
'Type',
40
+ 'Help',
41
'Initial tags',
42
43
0 commit comments