Skip to content

Commit

Permalink
Update exporters/prometheus/exporter_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Damien Mathieu <42@dmathieu.com>
  • Loading branch information
dashpole and dmathieu committed Apr 3, 2024
1 parent 9b14786 commit a8f673e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exporters/prometheus/exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ func TestExemplars(t *testing.T) {
expectedExemplarValue: 9,
},
{
name: "histogrtam",
name: "histogram",
recordMetrics: func(ctx context.Context, meter otelmetric.Meter) {
hist, err := meter.Int64Histogram("foo")
require.NoError(t, err)
Expand Down

0 comments on commit a8f673e

Please sign in to comment.