Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Oct 10, 2023
1 parent a372bf5 commit a1563a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ final class InstrumentBuilder {

public void setUnit(String unit) {
descriptor.setUnit(unit);
;
}

public void setDescription(String description) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ static final class SdkDoubleGaugeBuilder

MutableInstrumentDescriptor descriptor =
MutableInstrumentDescriptor.create(
// TODO: use InstrumentType.GAUGE when available
name, InstrumentType.OBSERVABLE_GAUGE, InstrumentValueType.DOUBLE);
builder = new InstrumentBuilder(meterProviderSharedState, meterSharedState, descriptor);
}
Expand Down

0 comments on commit a1563a6

Please sign in to comment.