sentry-python
sentry-python copied to clipboard
Integration for elasticsearch
Elasticsearch is a very popular database but doesn't have out of the box integration in sentry.
Please vote with 👍 on this post if you're interested in this.
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you label it Status: Backlog
or Status: In Progress
, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Hello @yoav-orca Thanks for making this proposal. If seems there is a little demand for this. I will put this issue on our internal backlog (but not with a lot of priority) We will do roadmap planning in the next couple of weeks and decide what we are going to tackle and what not.
In the mean time: Pull Requests are always very welcomed! So if you want to start something, please do! I am also here to couch a little and help to bring stuff into shape so we can merge it.
so what happened guys, are you planning to add es?
Currently we have a lot of other thing on our plates, so ES will not come in the near future. But we are happy to accept PRs for this!
@antonpirker do you have any suggestions on from where to start?
hey @andrecp, you can look at the sqlalchemy integration as an example of a db span-recording instrumentation. You'll need to do something similar:
- monkeypatch / hook into the query execute lifecycle
- make spans from those queries