• /
  • Log in
  • Free account

IgnoreApdex (.NET agent API)

Syntax

NewRelic.Api.Agent.NewRelic.IgnoreApdex()

Ignore the current transaction when calculating Apdex.

Requirements

Compatible with all agent versions.

Description

Ignores the current transaction when calculating your Apdex score. This is useful when you have either very short or very long transactions (such as file downloads) that can skew your Apdex score.

Examples

NewRelic.Api.Agent.NewRelic.IgnoreApdex();
Create issueEdit page
Copyright © 2022 New Relic Inc.