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 db7a7f4 commit 4e4be10Copy full SHA for 4e4be10
src/CommandLineUtilities/ProgramStatus.cxx
@@ -475,6 +475,7 @@ class ProgramStatus : public Program
475
if (reportInfo.userLogicEnabled) {
476
if (mOptions.monitoring) {
477
monitoring->send(Metric{ "link" }
478
+ .addValue(card.pciAddress.toString(), "pciAddress")
479
.addValue((uint64_t)reportInfo.userLogicOrbitSor, "orbitSor")
480
.addTag(tags::Key::SerialId, card.serialId.getSerial())
481
.addTag(tags::Key::Endpoint, card.serialId.getEndpoint())
0 commit comments