Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9313583
metrics.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
711 B
Subscribers
None
metrics.py
View Options
# Copyright (C) 2019 The Software Heritage developers
# See the AUTHORS file at the top-level directory of this distribution
# License: GNU Affero General Public License version 3, or any later version
# See top-level LICENSE file for more information
from
django.http
import
HttpResponse
from
prometheus_client.exposition
import
generate_latest
,
CONTENT_TYPE_LATEST
from
swh.web.common.origin_save
import
compute_save_requests_metrics
from
swh.web.common.utils
import
SWH_WEB_METRICS_REGISTRY
def
prometheus_metrics
(
request
):
compute_save_requests_metrics
()
return
HttpResponse
(
content
=
generate_latest
(
registry
=
SWH_WEB_METRICS_REGISTRY
),
content_type
=
CONTENT_TYPE_LATEST
,
)
File Metadata
Details
Attached
Mime Type
text/x-python
Expires
Thu, Jul 3, 11:46 AM (3 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3357253
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment