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 Sep 15, 2023
1 parent 32286d8 commit 3f29529
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 @@ -53,6 +53,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 3f29529

Please sign in to comment.