-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
[dataprovider] Added Observability to postgis data provider #780
Conversation
gdey
commented
May 25, 2021
- Observability of the postgis pool
- MVTProvider has query time observability on a per map and zoom level
- Provider has query time observability on a per map, per layer and zoom level
Pull Request Test Coverage Report for Build 9b2c7660d-PR-780
💛 - Coveralls |
fixes #758 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I still need to run some tests on the mvt_provider implementation before I can approve this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a little out of context, so I just have some minor comments
One thing I noticed, that I don't think is from this PR is a missing tegola/observability/prometheus/prometheus.go Line 211 in 5bfe906
Because of the following line: tegola/observability/prometheus/prometheus.go Line 154 in 5bfe906
|
5bfe906
to
52a8c5a
Compare
fixed. |
@gdey I'm working on the local tests for this and realized the readme has not been updated with the new metrics. Please add those when you have a chance. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending the documentation update!
* Observability of the postgis pool * MVTProvider has query time observability on a per map and zoom level * Provider has query time observability on a per map, per layer and zoom level
52a8c5a
to
534b29b
Compare