Skip to content

Commit

Permalink
chore(metrics): Added more metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Malinowski authored and Edward Malinowski committed Jun 26, 2024
1 parent 234fc45 commit ef5112d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fence/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from flask_wtf.csrf import validate_csrf
from azure.storage.blob import BlobServiceClient
from azure.core.exceptions import ResourceNotFoundError
from fence import metrics
from fence.metrics import metrics
from urllib.parse import urlparse

# Can't read config yet. Just set to debug for now, else no handlers.
Expand Down

0 comments on commit ef5112d

Please sign in to comment.