• /
  • EnglishEspañolFrançais日本語한국어Português
  • Log inStart now

NewRelic

Syntax

NewRelic(account as String, apikey as String, region = "US" as String, activeLogs = false as Boolean) as Object

Description

Build a New Relic Agent object.

Arguments

Arguments

Description

account

New Relic account number.

apikey

API key.

region

(optional) New Relic API region, EU or US. Default US.

activeLogs

(optional) Activate logs or not. Default False.

Return

New Relic Agent object.

Example

sub Main(aa as Object)
screen = CreateObject("roSGScreen")
m.port = CreateObject("roMessagePort")
screen.setMessagePort(m.port)
scene = screen.CreateScene("VideoScene")
screen.show()
m.nr = NewRelic("ACCOUNT ID", "API KEY")
Copyright © 2025 New Relic Inc.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.