Replies: 1 comment 1 reply
-
Could a rule on your reverse proxy fix this? Example: nginx just does not allow requests on /metrics from the public? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to expose metrics under
/metrics
but on a different port (so they or not available via public route).It seems the only way to do this is to write the server myself and use sveltekit as a handler?
That's feels rather cumbersome. Any other suggestions or pointers?
Beta Was this translation helpful? Give feedback.
All reactions