Skip to content

Commit

Permalink
Probe - deployment info should contain context ID
Browse files Browse the repository at this point in the history
  • Loading branch information
mkouba committed Nov 24, 2015
1 parent 0c6b03b commit d6ebc52
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -189,7 +189,8 @@ static String createDeploymentJson(BeanManagerImpl beanManager, Probe probe) {

// INIT TS
deploymentBuilder.add(INIT_TS, probe.getInitTs());

// CONTEXT ID
deploymentBuilder.add(CONTEXT_ID, beanManager.getContextId());
// WELD VERSION
deploymentBuilder.add(VERSION, Formats.getSimpleVersion());

Expand Down

0 comments on commit d6ebc52

Please sign in to comment.