Skip to content

Commit

Permalink
Merge pull request #1721 from lilai23/fix_backend_event
Browse files Browse the repository at this point in the history
Fix external agent event view of Backend
  • Loading branch information
Sherlockhan authored Jan 6, 2025
2 parents 0ab619c + d60dc3f commit b9400b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ function hotPlugging(instanceId: string) {
function viewResult(instanceId: string) {
const params = {
instanceId: instanceId,
eventName: ['SERMANT_PLUGIN_INSTALL', 'SERMANT_PLUGIN_UNINSTALL', 'SERMANT_PLUGIN_UPDATE']
eventName: ['SERMANT_PLUGIN_INSTALL', 'SERMANT_PLUGIN_UNINSTALL', 'SERMANT_PLUGIN_UPDATE', "OTEL_START", "EXTERNAL_AGENT_INSTALL"]
};
router.push({name: "events", query: params});
}
Expand Down

0 comments on commit b9400b8

Please sign in to comment.