Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic telemetry support in core message bus implementation #73

Closed
kzu opened this issue Nov 18, 2022 · 0 comments · Fixed by #74
Closed

Add basic telemetry support in core message bus implementation #73

kzu opened this issue Nov 18, 2022 · 0 comments · Fixed by #74
Labels
enhancement New feature or request

Comments

@kzu
Copy link
Member

kzu commented Nov 18, 2022

We should provide telemetry following the general guidelines for activity naming, as well as the messaging recommended tags as appropriate.

Example:

image

@kzu kzu added the enhancement New feature or request label Nov 18, 2022
kzu added a commit that referenced this issue Nov 18, 2022
Adds core Execute/Notify and CreateMapper telemetry.
Also provides telemetry when notifying subjects.

The messaging "protocol" is specified as the assembly for the message type, and the protocol version, the assembly version. This will allow querying/tracking contracts being used.

Operations for Execute methods are `process` and for notify/onnext, `send` (since they are fire&forget notifications).

A new console app sample that showscases the features is also provided.

Closes #73
kzu added a commit that referenced this issue Nov 18, 2022
Adds core Execute/Notify and CreateMapper telemetry.
Also provides telemetry when notifying subjects.

The messaging "protocol" is specified as the assembly for the message type, and the protocol version, the assembly version. This will allow querying/tracking contracts being used.

Operations for Execute methods are `process` and for notify/onnext, `send` (since they are fire&forget notifications).

A new console app sample that showscases the features is also provided.

Closes #73
kzu added a commit that referenced this issue Nov 19, 2022
Adds core Execute/Notify and CreateMapper telemetry.
Also provides telemetry when notifying subjects.

The messaging "protocol" is specified as the assembly for the message type, and the protocol version, the assembly version. This will allow querying/tracking contracts being used.

Operations for Execute methods are `process` and for notify/onnext, `send` (since they are fire&forget notifications).

A new console app sample that showscases the features is also provided.

Closes #73
@kzu kzu closed this as completed in #74 Nov 19, 2022
kzu added a commit that referenced this issue Nov 19, 2022
Adds core Execute/Notify and CreateMapper telemetry.
Also provides telemetry when notifying subjects.

The messaging "protocol" is specified as the assembly for the message type, and the protocol version, the assembly version. This will allow querying/tracking contracts being used.

Operations for Execute methods are `process` and for notify/onnext, `send` (since they are fire&forget notifications).

A new console app sample that showscases the features is also provided.

Closes #73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant