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 #74

Merged
merged 2 commits into from
Nov 19, 2022

Conversation

kzu
Copy link
Member

@kzu kzu commented 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

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
Records the standard properties recommended by OpenTelemetry.

Update sample console app with AI reporting using user-secrets locally (plus envvars).

Closes #76
@kzu kzu merged commit 3e526e6 into main Nov 19, 2022
@kzu kzu deleted the dev/telemetry branch November 19, 2022 01:02
@kzu kzu added the enhancement New feature or request label Nov 19, 2022
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 this pull request may close these issues.

Add basic telemetry support in core message bus implementation
1 participant