{"id":24714122,"url":"https://github.com/vqcomms/tracingmiddleware","last_synced_at":"2025-10-17T05:11:32.963Z","repository":{"id":18263005,"uuid":"21421857","full_name":"VQComms/TracingMiddleware","owner":"VQComms","description":"Add tracing to your ASP.Net Core pipeline","archived":false,"fork":false,"pushed_at":"2022-05-10T10:29:22.000Z","size":1222,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T12:11:34.136Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VQComms.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}},"created_at":"2014-07-02T11:35:06.000Z","updated_at":"2023-07-21T00:28:14.000Z","dependencies_parsed_at":"2022-08-27T05:10:55.137Z","dependency_job_id":null,"html_url":"https://github.com/VQComms/TracingMiddleware","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VQComms%2FTracingMiddleware","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VQComms%2FTracingMiddleware/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VQComms%2FTracingMiddleware/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VQComms%2FTracingMiddleware/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VQComms","download_url":"https://codeload.github.com/VQComms/TracingMiddleware/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235820071,"owners_count":19050101,"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":"2025-01-27T08:15:10.275Z","updated_at":"2025-10-09T12:31:23.618Z","avatar_url":"https://github.com/VQComms.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TracingMiddleware\r\n\r\nEnable tracing to log entries in the ASP.Net Core pipeline.  \r\n\r\nKeys/Types can be included/ignored. \r\n\r\nLog format, type format, log action can be globally set whilst type format and log actions can be set individually for each type and key.\r\n\r\nEnables granular pipeline logging.\r\n\r\n## Default Usage\r\n\r\n```\r\npublic void Configuration(IApplicationBuilder app)\r\n{\r\n  var defaultOptions = TracingMiddlewareOptions.Default;\r\n  \r\n   app.UseTracingMiddleware(defaultOptions);\r\n   app.UseOwin(x =\u003e x.UseNancy());\r\n}\r\n```\r\n\r\nThe above produces:\r\n\r\n![Default Output](https://raw.githubusercontent.com/VQComms/TracingMiddleware/master/defaulttracing.png)\r\n\r\n## Custom Usage\r\n\r\nFor custom usage take a look at the demo app [here](https://github.com/VQComms/TracingMiddleware/blob/master/src/TracingMiddleware.Demo/Startup.cs)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvqcomms%2Ftracingmiddleware","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvqcomms%2Ftracingmiddleware","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvqcomms%2Ftracingmiddleware/lists"}