feat: add observability metrics

This commit is contained in:
2026-05-23 17:13:13 +02:00
parent 767e056aad
commit c2e4cae253
12 changed files with 441 additions and 19 deletions

View File

@@ -1,8 +1,6 @@
package jikan
import (
"go.uber.org/fx"
)
import "go.uber.org/fx"
var Module = fx.Options(
fx.Provide(NewClient),