Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Move kGauge to the end, for better ABI compatibility.
  • Loading branch information
marcalff authored Oct 30, 2024
1 parent 55afe83 commit 56bdf77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/include/opentelemetry/sdk/metrics/instruments.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ enum class InstrumentType
kCounter,
kHistogram,
kUpDownCounter,
kGauge,
kObservableCounter,
kObservableGauge,
kObservableUpDownCounter
kObservableUpDownCounter,
kGauge
};

enum class InstrumentClass
Expand Down

0 comments on commit 56bdf77

Please sign in to comment.