Skip to content

Commit

Permalink
Map type in metadata. (#1178)
Browse files Browse the repository at this point in the history
Signed-off-by: Santiago Pericas-Geertsen <[email protected]>
  • Loading branch information
spericas authored Dec 2, 2019
1 parent fc1ffd9 commit b54d0eb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ static Metadata toMetadata(io.helidon.common.metrics.InternalBridge.Metadata met
final MetadataBuilder builder = new MetadataBuilder();
builder.withName(metadata.getName())
.withDisplayName(metadata.getDisplayName())
.withType(metadata.getTypeRaw())
.reusable(metadata.isReusable());

metadata.getDescription().ifPresent(builder::withDescription);
Expand Down

0 comments on commit b54d0eb

Please sign in to comment.