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

nrUpdateConfig

Syntax

nrUpdateConfig(nr as Object, config as Object) as Void

Description

Updates configuration, such as network proxy URL.

Arguments

Arguments

Description

nr

New Relic Agent object.

config

Configuration object.

Return

Nothing.

Example

config = { proxyUrl: "http://example.com:8888/;" }
nrUpdateConfig(m.nr, config)
Copyright © 2025 New Relic Inc.

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