You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i am using apm for .Net API Calls , i want to add label for a xml string , if it converted to string , displaying on UI with truncted text ? is there any way to get Full XML
The text was updated successfully, but these errors were encountered:
Labels are indeed limited to 1024 characters and if a label is longer it is truncated.
APM has a mechanism to attach pieces of data longer than 1024 characters and that mechanism is custom context. But it's not implemented by .NET agent yet (#419) and when custom context will be supported by .NET agent it will be available only for transactions and errors (for example it will not be available for spans). Will custom context work for your use case?
In addition a small administrative issue. As mentioned in README we recommend using the forum for questions and GitHub issues for confirmed bugs and enhancement requests. The forum allows other users to learn from the questions and answers and the number of people that can answer a question at the forum is much larger than at the Github repo which is mostly for developers of the agent.
i am using apm for .Net API Calls , i want to add label for a xml string , if it converted to string , displaying on UI with truncted text ? is there any way to get Full XML
The text was updated successfully, but these errors were encountered: