-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Metricbeat: Oracle Module #1935
Comments
here here! |
+1 |
which module surrports oracle now ? |
I'm making good progress is writing an oracle beat. I will focus on availability first and later on performance. Hints or comments are very much welcome. Just open an "Issue" on my repo. |
That's great! thanks a lot @odbaeu |
I'm back from a short break from this project. Thanks for the encouraging words. @andrewkroh did you check my source code? I think that's what I started doing... or am I totally wrong? |
@odbaeu I think you created your own beat by using libbeat as a library. You can also use metricbeat as a library which will make it contributing back as a module much easier. See https://www.elastic.co/guide/en/beats/metricbeat/current/creating-metricbeat-module.html |
anyupdate? |
I continue to write a metricbeat module here: https://github.com/odbaeu/oracledb_metricbeat |
@odbaeu Hope for your oracledb_metricbeat. |
We have started a POC to introduce the Oracle Metricset module here: #11890 At the beginning we want to have a very curated scope with very useful features.
|
@sayden, thank you very much for taking on! I could not continue my project.
|
BTW: Here are my two main ideas for the beat: a) Individual monitoring interval of different checks. There are some challenges when monitoring Oracle databases: I came up with the following solution which is based on multiple monitoring projects:
I think in each record we need the following information:
PDB:
Source: |
I'll close this because Oracle is already supported in Metricbeat. New requirements on the module must go on a different issue if possible. Thanks all for the feedback and help! 🙂 |
Metricbeat already supports MySQL. It would be great if it could also support Oracle.
As a side note, here's a list of SQL Drivers that may prove handy: https://github.com/golang/go/wiki/SQLDrivers
The text was updated successfully, but these errors were encountered: