nrdb_top_transactions: Get the top transactions.

Description Usage Arguments Value

Description

This will return a list of transaction names and their call count for the last 30 minutes ordered according to call count. If an end_time is provided then a 30 minute period just prior to the end_time is examined.

Usage

1
2
nrdb_top_transactions(account_id, api_key, app_id, limit = 10,
  event_type = "Transaction", end_time)

Arguments

account_id

your New Relic account ID

api_key

your New Relic NRDB (Insights) API key

app_id

the application with the transactions

limit

to limit the number of transactions returned

event_type

the event table to use, either PageView or (default) Transaction

end_time

an optional upper limit on the time to look for transactions

Value

a data frame with two variables, name and count


bkayser/NewRelicR documentation built on May 12, 2019, 9:27 p.m.