You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat!: [torrust#1514] rename ffield kind to type in JSON metrics
"kind" has been renamed to "type" to follow Prometheus name.
```json
{
"type": "counter",
"name": "http_tracker_core_requests_received_total",
"samples": []
}
```
0 commit comments