-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19262 from Tcohn1/Tcohn1-patch-1
new feature: adding custom tags (labels) to APM agent-forwarded logs
- Loading branch information
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
src/content/docs/logs/logs-context/custom-tags-agent-forwarder-logs.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
title: 'Add custom tags (labels) to application logs' | ||
tags: | ||
- Logs | ||
- Enable log management in New Relic | ||
- Logs in context | ||
- Tag | ||
- Labels | ||
metaDescription: For apps monitored by New relic language agents, learn how to add custome tags (labels) to logs. | ||
redirects: | ||
- /docs/enable-logs-context | ||
- /docs/apm/agents/net-agent/configuration/net-agent-configuration | ||
- /docs.newrelic.com/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration/ | ||
- /docs/logs/new-relic-logs/enable-logs-context/enable-logs-context-go | ||
freshnessValidatedDate: never | ||
--- | ||
|
||
New Relic APM language agents now allow you to opt-in to adding your custom tags (labels) to agent-forwarded logs. | ||
With custom tags on logs, DevOps and platform engineers can filter, search, and correlate log data for faster and more efficient troubleshooting, improved performance, and optimized resource utilization. | ||
|
||
## Enable custom tags (labels) on application logs | ||
|
||
When enabled, New Relic language agents add all custom tags (labels) to agent-forwarded logs. | ||
|
||
Supported languages: | ||
|
||
* [.NET](/docs/apm/agents/net-agent/configuration/net-agent-configuration) | ||
* [Ruby](/docs.newrelic.com/docs/apm/agents/ruby-agent/configuration/ruby-agent-configuration/) | ||
* Go: coming soon | ||
* Java: coming soon | ||
* Node.js: coming soon | ||
* PHP: coming soon | ||
* Python: coming soon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters