-
Notifications
You must be signed in to change notification settings - Fork 453
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
Nginx TSDB Enablement #5315
Nginx TSDB Enablement #5315
Conversation
🌐 Coverage report
|
Can we remove Oracle package relevant changes from this PR? This PR is only for Nginx changes. |
d306ed9
to
07e5db0
Compare
description: | | ||
The total number of client requests. | ||
- name: current | ||
type: long | ||
metric_type: gauge | ||
description: | | ||
The current number of client requests. | ||
- name: reading |
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.
As part of the TSDB change, Do we need to change the avg
to max
? I didn't see this change for stubstatus
visualisations.
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.
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.
Can you please check for this visualisation - Reading / Writing / Waiting Rates [Metrics Nginx]
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.
This change is needed only when the metric_type is counter
. metric_typehaving value
counter does not support
avgat present. Hence the change only for the
counter` metric_type fields only.
d645183
to
1273199
Compare
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.
LGTM!
Package nginx - 1.8.0 containing this change is available at https://epr.elastic.co/search?package=nginx |
* Nginx TSDB Enablement * Added inline comment on dimension fields
* Nginx TSDB Enablement * Added inline comment on dimension fields
Type of change
What does this PR do?
TSDB Enablement for Nginx
Checklist
changelog.yml
file.Author's Checklist
How to test this PR locally
Related issues
Screenshots