Skip to content

Commit

Permalink
CAD-1070 bench: re-enable log metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Jul 1, 2020
1 parent 0e8d90e commit e01ae3f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion globals-bench-txgen-simple.nix
Expand Up @@ -104,7 +104,12 @@ in reportDeployment (rec {
];
minSeverity = "Debug";
TracingVerbosity = "MaximalVerbosity";
TurnOnLogMetrics = false;
TurnOnLogMetrics = true;
options = {
mapBackends = {
"cardano.node-metrics" = [ "KatipBK" ];
};
};
};
}) (benchmarkingTopology.coreNodes or []);
};
Expand Down
7 changes: 6 additions & 1 deletion roles/tx-generator.nix
Expand Up @@ -113,7 +113,12 @@ in {
TraceTxOutbound = true;
TraceTxSubmissionProtocol = true;

TurnOnLogMetrics = false;
TurnOnLogMetrics = true;
options = {
mapBackends = {
"cardano.node-metrics" = [ "KatipBK" ];
};
};
});

signingKey = lib.mkForce "/var/lib/keys/cardano-node-signing-gen";
Expand Down

0 comments on commit e01ae3f

Please sign in to comment.