-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Since instrumentation is transparent for users, there is no chance to add additional information to the traces on controller basis. A solution for this could be:
class MyController {
/**
* @Tag('feature_toggle.version', 'v1')
*/
public function indexAction() {
}
/**
* @Tag('feature_toggle.version', 'v2')
*/
public function indexV2Action() {
}
}This kind of annotations are a common pattern in PHP frameworks.
Metadata
Metadata
Assignees
Labels
No labels