mirror of
https://github.com/p-stream/backend.git
synced 2026-03-11 17:55:35 +00:00
rm .metrics.json
Oopsies need to add this to gitignore
This commit is contained in:
parent
e5a8afab2f
commit
38340b9841
1 changed files with 0 additions and 604 deletions
604
.metrics.json
604
.metrics.json
|
|
@ -1,604 +0,0 @@
|
|||
[
|
||||
{
|
||||
"help": "Number of users by namespace",
|
||||
"name": "mw_user_count",
|
||||
"type": "counter",
|
||||
"values": [
|
||||
{
|
||||
"value": 3,
|
||||
"labels": {
|
||||
"namespace": "movie-web"
|
||||
}
|
||||
}
|
||||
],
|
||||
"aggregator": "sum"
|
||||
},
|
||||
{
|
||||
"help": "Number of captcha solves by success status",
|
||||
"name": "mw_captcha_solves",
|
||||
"type": "counter",
|
||||
"values": [],
|
||||
"aggregator": "sum"
|
||||
},
|
||||
{
|
||||
"help": "Number of requests by provider hostname",
|
||||
"name": "mw_provider_hostname_count",
|
||||
"type": "counter",
|
||||
"values": [
|
||||
{
|
||||
"value": 9,
|
||||
"labels": {
|
||||
"hostname": "<UNKNOWN>"
|
||||
}
|
||||
}
|
||||
],
|
||||
"aggregator": "sum"
|
||||
},
|
||||
{
|
||||
"help": "Number of provider requests by status",
|
||||
"name": "mw_provider_status_count",
|
||||
"type": "counter",
|
||||
"values": [
|
||||
{
|
||||
"value": 23,
|
||||
"labels": {
|
||||
"provider_id": "test",
|
||||
"status": "success"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"labels": {
|
||||
"provider_id": "test2",
|
||||
"status": "failure"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"labels": {
|
||||
"provider_id": "uiralive",
|
||||
"status": "success"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"labels": {
|
||||
"provider_id": "uiralive",
|
||||
"status": "failure"
|
||||
}
|
||||
}
|
||||
],
|
||||
"aggregator": "sum"
|
||||
},
|
||||
{
|
||||
"help": "Number of media watch events",
|
||||
"name": "mw_media_watch_count",
|
||||
"type": "counter",
|
||||
"values": [
|
||||
{
|
||||
"value": 2,
|
||||
"labels": {
|
||||
"tmdb_full_id": "movie-132",
|
||||
"provider_id": "test",
|
||||
"title": "Test Movie 132",
|
||||
"success": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 3,
|
||||
"labels": {
|
||||
"tmdb_full_id": "movie-123",
|
||||
"provider_id": "test",
|
||||
"title": "Test Movie",
|
||||
"success": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"labels": {
|
||||
"tmdb_full_id": "show-11123",
|
||||
"provider_id": "test2",
|
||||
"title": "Test Movie boobs",
|
||||
"success": "false"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"labels": {
|
||||
"tmdb_full_id": "show-61222",
|
||||
"provider_id": "uiralive",
|
||||
"title": "BoJack Horseman",
|
||||
"success": "true"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"labels": {
|
||||
"tmdb_full_id": "show-61222",
|
||||
"provider_id": "uiralive",
|
||||
"title": "BoJack Horseman",
|
||||
"success": "false"
|
||||
}
|
||||
}
|
||||
],
|
||||
"aggregator": "sum"
|
||||
},
|
||||
{
|
||||
"help": "Number of provider tool usages",
|
||||
"name": "mw_provider_tool_count",
|
||||
"type": "counter",
|
||||
"values": [
|
||||
{
|
||||
"value": 2,
|
||||
"labels": {
|
||||
"tool": "extension"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"labels": {
|
||||
"tool": "custom-proxy"
|
||||
}
|
||||
}
|
||||
],
|
||||
"aggregator": "sum"
|
||||
},
|
||||
{
|
||||
"name": "http_request_duration_seconds",
|
||||
"help": "request duration in seconds",
|
||||
"type": "histogram",
|
||||
"values": [
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.005,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.01,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.025,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.05,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.1,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.25,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.5,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 1,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 2.5,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 5,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 10,
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": "+Inf",
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 16.000009167,
|
||||
"metricName": "http_request_duration_seconds_sum",
|
||||
"labels": {
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"metricName": "http_request_duration_seconds_count",
|
||||
"labels": {
|
||||
"method": "GET",
|
||||
"route": "/favicon.ico",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.005,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.01,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.025,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.05,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.1,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.25,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.5,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 1,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 2.5,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 5,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 1,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 10,
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": "+Inf",
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 16.000032751,
|
||||
"metricName": "http_request_duration_seconds_sum",
|
||||
"labels": {
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"metricName": "http_request_duration_seconds_count",
|
||||
"labels": {
|
||||
"method": "POST",
|
||||
"route": "/metrics/providers",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.005,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.01,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.025,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.05,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.1,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.25,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 0.5,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 0,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 1,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 2.5,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 5,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": 10,
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"metricName": "http_request_duration_seconds_bucket",
|
||||
"exemplar": null,
|
||||
"labels": {
|
||||
"le": "+Inf",
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 3.000003208,
|
||||
"metricName": "http_request_duration_seconds_sum",
|
||||
"labels": {
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"value": 2,
|
||||
"metricName": "http_request_duration_seconds_count",
|
||||
"labels": {
|
||||
"method": "GET",
|
||||
"route": "/",
|
||||
"status_code": "200"
|
||||
}
|
||||
}
|
||||
],
|
||||
"aggregator": "sum"
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue