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

Updated description/ details for Purview.Telemetry.SourceGenerator in Registry #6546

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 31 additions & 15 deletions data/registry/tools-dotnet-purview-telemetry-sourcegenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,48 @@ tags:
- c#
- .net
- dotnet
- source-generator
- activities
- logging
- aspnet
- logs
- events
- metrics
- spans
- attributes
- tags
- baggage
- telemetry
- log
- logger
- logging
- source-generator
- high-performance-logging
- otel
- open-telemetry
- telemetry
- traces
- tracing
- metric
- metrics
- meter
- meters
- instrumentation
- instruments
- events
- distributed-traces
- distributed-tracing
- dependency-injection
- melt
- purview
- nuget
license: MIT
description:
Generates ActivitySource, Activity, ActivityEvent, High-performance logging
(ILogger) and Metrics based on methods on an interface, enabling fast
iteration cycles and substitutes for testing through dependency injection.
'Generates
[ActivitySource](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activitysource),
[ILogger](https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.ilogger),
and
[Metrics](https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics)
based telemetry from methods you define on an interface.<br /> <br /> This
approach allows for:<br /> - Faster iteration cycles - simply create the
method on your interface and the implementation will be automatically
generated<br /> - Easy mocking/ substitution for testing - a full sample
project, including tests can be found
[here](https://github.com/purview-dev/purview-telemetry-sourcegenerator/tree/main/samples/SampleApp)<br
/> - Built-in dependency injection helper generation'
authors:
- name: Kieron Lanning
url: https://github.com/kieronlanning
urls:
website: https://github.com/purview-dev/purview-telemetry-sourcegenerator/wiki
repo: https://github.com/purview-dev/purview-telemetry-sourcegenerator/
docs: https://github.com/purview-dev/purview-telemetry-sourcegenerator/blob/main/README.md
createdAt: 2024-04-26
Expand Down
20 changes: 20 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -12247,6 +12247,14 @@
"StatusCode": 206,
"LastSeen": "2025-01-16T11:40:52.473775-05:00"
},
"https://github.com/purview-dev/purview-telemetry-sourcegenerator/tree/main/samples/SampleApp": {
"StatusCode": 206,
"LastSeen": "2025-03-14T10:04:55.39722679Z"
},
"https://github.com/purview-dev/purview-telemetry-sourcegenerator/wiki": {
"StatusCode": 206,
"LastSeen": "2025-03-14T10:04:55.71535952Z"
},
"https://github.com/pyohannes": {
"StatusCode": 206,
"LastSeen": "2025-02-02T10:41:25.960943-05:00"
Expand Down Expand Up @@ -13895,6 +13903,18 @@
"StatusCode": 206,
"LastSeen": "2025-02-01T06:58:04.411013-05:00"
},
"https://learn.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.ilogger": {
"StatusCode": 206,
"LastSeen": "2025-03-14T10:04:54.552538273Z"
},
"https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.activitysource": {
"StatusCode": 200,
"LastSeen": "2025-03-14T10:04:53.921752353Z"
},
"https://learn.microsoft.com/en-us/dotnet/api/system.diagnostics.metrics": {
"StatusCode": 200,
"LastSeen": "2025-03-14T10:04:54.95919053Z"
},
"https://learn.microsoft.com/en-us/dotnet/api/system.reflection.assembly.getentryassembly": {
"StatusCode": 200,
"LastSeen": "2025-01-30T14:41:04.756369-05:00"
Expand Down
Loading