I use New Relic but they don't have a Workers-compatible API unfortunately, only Logpush (which requ
I use New Relic but they don't have a Workers-compatible API unfortunately, only Logpush (which requires Enterprise I think)


{
"config": {
"ingress": [
{
"hostname": "meili.chaika.me",
"service": "http://127.0.0.1"
},
{
"hostname": "1.chaika.me",
"originRequest": {},
"path": "1",
"service": "http://127.0.0.1:8080"
},
{
"service": "http_status:404"
}
],
"warp-routing": {
"enabled": false
}
}
}