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 optional Apdex Target constant (but configurable) gauge #18

Merged
merged 2 commits into from
May 30, 2022

Conversation

Envek
Copy link
Member

@Envek Envek commented Jan 22, 2021

Fixes #17

To set it up, either set up YABEDA_RAILS_APDEX_TARGET environment variable or use one of other methods supported by anyway_config gem:

YABEDA_RAILS_APDEX_TARGET=0.5 rails server

After this, rails_apdex_target metric will be reported.

In Prometheus it will be called rails_apdex_target_seconds:

rails_apdex_target_seconds{} 0.5

@Envek Envek mentioned this pull request Jan 22, 2021
@Envek Envek force-pushed the feature/apdex-target-gauge branch from 774da5f to ed4c516 Compare May 30, 2022 13:06
@Envek Envek merged commit ed73fd5 into master May 30, 2022
@Envek Envek deleted the feature/apdex-target-gauge branch May 30, 2022 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for Apdex
1 participant