• /
  • ログイン
  • 無料アカウント

SetApplicationName (.NET agent API)

Syntax

NewRelic.Api.Agent.NewRelic.SetApplicationName(string $name[, string $name_2, string $name_3])

Set the app name for data rollup.

Requirements

Agent version 5.0.136.0 or higher.

Compatible with all app types.

Description

Set the application name(s) reported to New Relic. For more information about application naming, see Name your .NET application. This method is intended to be called once, during startup of an application.

重要

Updating the app name forces the agent to restart. The agent discards any unreported data associated with previous app names. Changing the app name multiple times during the lifecycle of an application is not recommended due to the associated data loss.

Parameters

Parameter

Description

$name

string

Required. The primary application name.

$name_2

$name_3

string

Optional. Second and third names for app rollup. For more information, see Use multiple names for an app.

Examples

NewRelic.Api.Agent.NewRelic.SetApplicationName("AppName1", "AppName2");

その他のヘルプ

さらに支援が必要な場合は、これらのサポートと学習リソースを確認してください:

問題を作成するこのページを編集する
Copyright © 2020 New Relic Inc.