Skywalking: Custom exceptions

Created on 3 Sep 2019  路  2Comments  路  Source: apache/skywalking

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • [x] Question or discussion
  • [ ] Bug
  • [ ] Requirement
  • [ ] Feature or performance improvement

Question

as below:
image

Use custom exceptions for business process control in projects.

How to ignore or exclude this part of the request when calculating the SLA, or handle it as successful when reporting.

question

Most helpful comment

Today, we don't have a consistent mechanism to deal with this. You could only do that by changing plugin source codes. For me, using Exception to propagate error is easy but not good practice.

All 2 comments

Today, we don't have a consistent mechanism to deal with this. You could only do that by changing plugin source codes. For me, using Exception to propagate error is easy but not good practice.

Today, we don't have a consistent mechanism to deal with this. You could only do that by changing plugin source codes. For me, using Exception to propagate error is easy but not good practice.

Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ycrxun picture ycrxun  路  4Comments

Icefoxes picture Icefoxes  路  3Comments

wu-sheng picture wu-sheng  路  5Comments

alishangtian picture alishangtian  路  3Comments

cyejing picture cyejing  路  5Comments