ChangeDetector エージェント ID は、Java システム プロパティまたはエージェント プロファイル プロパティに基づいて実行時に動的に割り当てることができます。 この方法は、環境が複雑で、すでに別のプロパティを使用してさまざまなプロセスを区別している場合に使用します。
別のプロパティに基づいて ChangeDetector エージェント ID を割り当てる方法(オプション 1)
introscope.changeDetector.agentID=<prefix>${any Java system property}<suffix>
introscope.changeDetector.agentID=<prefix>${any Agent profile property}<suffix>
prefix または suffix のどちらか、または両方を使用できます。
別のプロパティに基づいて ChangeDetector エージェント ID を割り当てる方法(オプション 2)
java -Dintroscope.changeDetector.agentID=<prefix>${any Java system property}<suffix>
java -Dintroscope.changeDetector.agentID=<prefix>${any Agent profile property}<suffix>
prefix または suffix のどちらか、または両方を使用できます。
|
Copyright © 2013 CA.
All rights reserved.
|
|