{"id":19183883,"url":"https://github.com/shuttle/shuttle.recall.opentelemetry","last_synced_at":"2026-01-29T07:07:38.746Z","repository":{"id":66349408,"uuid":"559538849","full_name":"Shuttle/Shuttle.Recall.OpenTelemetry","owner":"Shuttle","description":"OpenTelemetry instrumentation for Shuttle.Recall implementations.","archived":false,"fork":false,"pushed_at":"2024-08-05T15:31:48.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-09T01:56:16.764Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Shuttle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-30T12:41:31.000Z","updated_at":"2024-07-20T12:08:42.000Z","dependencies_parsed_at":"2025-04-04T14:10:27.276Z","dependency_job_id":"c783ff0e-7ba3-4ab0-8811-ccea28ea7f89","html_url":"https://github.com/Shuttle/Shuttle.Recall.OpenTelemetry","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Recall.OpenTelemetry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Recall.OpenTelemetry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Recall.OpenTelemetry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Recall.OpenTelemetry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shuttle","download_url":"https://codeload.github.com/Shuttle/Shuttle.Recall.OpenTelemetry/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shuttle%2FShuttle.Recall.OpenTelemetry/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259063504,"owners_count":22799715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T11:05:26.412Z","updated_at":"2026-01-29T07:07:38.716Z","avatar_url":"https://github.com/Shuttle.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shuttle.Recall.OpenTelemetry\n\n```\nPM\u003e Install-Package Shuttle.Recall.OpenTelemetry\n```\n\nOpenTelemetry instrumentation for Shuttle.Recall implementations.\n\n## Configuration\n\n```c#\nservices.AddRecallInstrumentation(builder =\u003e\n{\n\t// default values\n    builder.Options.Enabled = true;\n    builder.Options.IncludeSerializedMessage = true;\n\n\t// or bind from configuration\n\tconfiguration\n\t\t.GetSection(RecallOpenTelemetryOptions.SectionName)\n\t\t.Bind(builder.Options);\n});\n\n\n## Options\n\n| Option | Default\t| Description |\n| --- | --- | --- | \n| `Enabled` | `true` | Indicates whether to perform instrumentation. |\n| `IncludeSerializedMessage` | `true` | If 'true', includes the serialized message as attribute `SerializedMessage` in the trace. |","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.recall.opentelemetry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshuttle%2Fshuttle.recall.opentelemetry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshuttle%2Fshuttle.recall.opentelemetry/lists"}