grafana / cloudcost-exporter

Prometheus Exporter for Cloud Provider agnostic cost metrics
Apache License 2.0
30 stars 1 forks source link

fix(aws): Slog implementation #233

Closed Pokom closed 2 months ago

Pokom commented 2 months ago

It looks like in the previous PR to add ec2 module(https://github.com/grafana/cloudcost-exporter/pull/202/files), the slogger wasn't wired up to be used by the aws package. This updates all function calls to aws.go to use slog and sets the log levels appropriately.