Skip to content

Commit

Permalink
Adds support to provide tags with value in Gauge metric
Browse files Browse the repository at this point in the history
Signed-off-by: Gagan Juneja <gjjuneja@amazon.com>
  • Loading branch information
Gagan Juneja committed Jun 5, 2024
1 parent af14596 commit db30ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @opensearch.experimental
*/
@ExperimentalApi
public class TaggedMeasurement {
public final class TaggedMeasurement {
private final Double value;
private final Tags tags;

Expand Down

0 comments on commit db30ce7

Please sign in to comment.