Skip to content

Commit

Permalink
Merge pull request #782 from objectiser/jaegerfeature
Browse files Browse the repository at this point in the history
Register feature for Jaeger
  • Loading branch information
gsmet authored Feb 6, 2019
2 parents c0afc81 + b609446 commit 4c0601b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,9 @@ void setupTracer(JaegerDeploymentTemplate jdt) {
jdt.registerTracer();
}

@BuildStep
public void build(BuildProducer<FeatureBuildItem> feature) {
feature.produce(new FeatureBuildItem(FeatureBuildItem.JAEGER));
}

}

0 comments on commit 4c0601b

Please sign in to comment.