Im having some issues mapping with the status error / ok ( see screenshot ) Any idea which attribute I need to set? The status code I can set manually that works and the exception is thrown when I run the RecordException. However the status is not set?
Im using .net and I set it on the activity using
Copy code
ActivityStatusCode
Unset = 0,
/// <summary>
/// Status code indicating the operation has been validated and completed successfully.
/// </summary>
Ok = 1,
/// <summary>
/// Status code indicating an error is encountered during the operation.
/// </summary>
Error = 2
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.