We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our pushgateway endpoint is something like a.b.c.d:1234/foo/bar/metrics/job/<xxx> So how to add the /foo/bar prefix ?
a.b.c.d:1234/foo/bar/metrics/job/<xxx>
The text was updated successfully, but these errors were encountered:
Hey @caibirdme,
this is quite simple :)
new PushGateway("a.b.c.d:1234/foo/bar")
Sorry, something went wrong.
No branches or pull requests
Our pushgateway endpoint is something like
a.b.c.d:1234/foo/bar/metrics/job/<xxx>
So how to add the /foo/bar prefix ?
The text was updated successfully, but these errors were encountered: