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

Provide an API to ignore calculating apdex on the active transaction #2142

Closed
bizob2828 opened this issue Apr 11, 2024 · 2 comments · Fixed by #2166
Closed

Provide an API to ignore calculating apdex on the active transaction #2142

bizob2828 opened this issue Apr 11, 2024 · 2 comments · Fixed by #2166
Assignees
Labels
points: 5 1-2 weeks

Comments

@bizob2828
Copy link
Member

bizob2828 commented Apr 11, 2024

Description

A few language agents: java, .net, and ruby have the ability to omit collecting apdex metrics for an active transaction.

Acceptance Criteria

As a user I want the ability to ignore collecting apdex metrics for the active transaction.

Design Consideration/Limitations

add a ignoreApex property to transaction and when _setApdex is called and ignoreApex is true, it should log warning and exit early.

api.ignoreApdex - it will create a supportability metric when created, it will try to get the active transaction and if there is one it'll set the ignoreApdex property on transaction

Additional context

@workato-integration
Copy link

@bizob2828 bizob2828 changed the title Provide a method on transaction to ignore apdex Provide an API ignore calculating apdex on the active transaction Apr 11, 2024
@bizob2828 bizob2828 changed the title Provide an API ignore calculating apdex on the active transaction Provide an API to ignore calculating apdex on the active transaction Apr 11, 2024
@slider
Copy link

slider commented Apr 12, 2024

I'd like to +1 on this, we have a use case with long running calls that are polling an external API and as a result out Appdex value gets skewed by this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
points: 5 1-2 weeks
Projects
Archived in project
3 participants