Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

This page includes notes related to 

Jira Legacy
serverSystem JIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverId13fd1930-5608-3aac-a5dd-21b934d3a4b4
keyARCH-182
.


Table of Contents

NewRelic Built-in Metrics

tripId

Use tripId, which is a NewRelic provided field to track transaction calls made through various NewRelic apps.

Code Block
SELECT appName, name, tripId from Transaction WHERE tripId = '7f695092a81bf3ad'

NewRelic Custom Metrics

oauth_*

See documentation for the oauth_* custom metrics documented on the Custom Metrics in New Relic page.

Additionally, you can see some of these metrics in use on the Authentication Dashboard in NewRelic Insights.

tripId (built-in metric)

Use tripId, which is a NewRelic provided field to track transaction calls made through various NewRelic apps.Here is an example query using multiple metrics:

Code Block
SELECT appNameoauth_adapter, request_client_name, tripIdappName from Transaction WHEREwhere tripIdoauth_adapter = '7f695092a81bf3ad'dop' and request_client_name is not null SINCE 1 week ago

request_auth_type

Actual values seen in Production:

...