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

Add aioprometheus #70

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add aioprometheus #70

wants to merge 2 commits into from

Conversation

florimondmanca
Copy link
Owner

@florimondmanca florimondmanca commented Oct 18, 2021

Checklist

  • This project is explicitly related to ASGI.
  • The new list entry contains a project name, URL and description.

What is this project?

aioprometheus is a Prometheus client for async applications. It targets ASGI explicitly with a framework-independent ASGI middleware.

https://github.com/claws/aioprometheus/

Do you know about other similar projects?

Yes, there's https://github.com/stephenhillier/starlette_exporter

If so, how is this one different?

Both aioprometheus and starlette_exporter are framework-agnostic (the latter just uses starlette internally to facilitate ASGI data processing — AFAICS it could be renamed to asgi-exporter). But their goals are different: starlette_exporter provides metrics, while aioprometheus does that (through aioprometheus.starlette.metrics) and provides Prometheus client capabilities — allowing to send custom gauges, counters, etc. So I think this one is best to put on this list.

Either way, a "Prometheus for ASGI" entry is definitely a nice addition to the list — we don't have one yet.


Anyone who agrees with this pull request can add a 👍.

@florimondmanca florimondmanca added the please vote Vote to confirm interest in adding this project to the list label Oct 18, 2021
@florimondmanca
Copy link
Owner Author

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@florimondmanca florimondmanca added candidate Project is relevant to include in the list please vote Vote to confirm interest in adding this project to the list and removed please vote Vote to confirm interest in adding this project to the list candidate Project is relevant to include in the list labels Oct 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
please vote Vote to confirm interest in adding this project to the list
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant