Skip to content

Commit

Permalink
fix: Update prometheus metric reader
Browse files Browse the repository at this point in the history
update the metric reader to be "aether", not "cloud-carbon"
  • Loading branch information
gabibeyer committed May 23, 2024
1 parent 098a6cc commit 38d2f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/exporter/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func NewHandler(ctx context.Context, b *bus.Bus) *PromHandler {

meter := metric.NewMeterProvider(
metric.WithReader(exporter),
).Meter("cloud-carbon")
).Meter("aether")

return &PromHandler{
Bus: b,
Expand Down

0 comments on commit 38d2f78

Please sign in to comment.