Skip to content
New issue

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

Automatically serve /metrics on port 9464 #69

Closed
brettimus opened this issue Jul 21, 2023 · 2 comments
Closed

Automatically serve /metrics on port 9464 #69

brettimus opened this issue Jul 21, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@brettimus
Copy link
Collaborator

From the Typescript docs:

By default the TypeScript library makes the metrics available on <your_host>:9464/metrics. Make sure your Prometheus is configured correctly to find it.

autometrics-py should do something similar!

@brettimus brettimus added this to the 0.8 milestone Jul 21, 2023
@brettimus brettimus added the enhancement New feature or request label Jul 21, 2023
@actualwitch
Copy link
Member

i think there's still no decision on how to standardize it
https://github.com/orgs/autometrics-dev/discussions/32

@IvanMerrill
Copy link

if we don't do this then we should update the python documentation to show that the metrics endpoint needs to be created. This is what we've done in the SLO guides, and it's done in a couple of different ways in the examples (either specifically creating the endpoint or using the prometheus client to start an http server) but it's not in the basic documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants