strangelove-ventures / sl-exporter

Strangelove Prometheus Exporter
Apache License 2.0
3 stars 1 forks source link

refactor: Job to Task #43

Closed DavidNix closed 1 year ago

DavidNix commented 1 year ago

This is more personal preference. When I think of "job", I think of some background worker or job queue. Task sits better with me.

With Go, it's easy to rename types and variables.

This refactor only renames; no logic or feature additions.

I'm also thinking of one more error metric:

sl_exporter_task_failed_total

This means entire tasks have failed which in turn means we should reevaluate config like API nodes.