Ryan McGuire rmcguire
  • Joined on 2024-01-12
rmcguire pushed to development at rmcguire/go-server-with-otel 2025-09-02 16:53:21 +00:00
737ead7337 update schema
rmcguire pushed to development at rmcguire/go-app 2025-09-02 15:47:12 +00:00
8d6297a0cb Merge branch 'main' into development
340cf67515 update changelog
f5cb3456b1 fix otel http instrumentation span naming (#2)
Compare 3 commits »
rmcguire pushed to development at rmcguire/go-server-with-otel 2025-08-27 21:10:45 +00:00
176bf46d53 bump chart
1de96f8714 update changelog
a0b9177401 Merge branch 'development'
c539865eb8 Merge branch 'development'
ff2e489c97 Merge pull request 'development' (#3) from development into main
Compare 5 commits »
rmcguire pushed tag v0.6.0 to rmcguire/go-server-with-otel 2025-08-27 21:10:35 +00:00
rmcguire pushed to main at rmcguire/go-server-with-otel 2025-08-27 21:10:08 +00:00
176bf46d53 bump chart
rmcguire pushed to main at rmcguire/go-server-with-otel 2025-08-27 21:09:53 +00:00
1de96f8714 update changelog
rmcguire pushed to main at rmcguire/go-server-with-otel 2025-08-27 21:08:55 +00:00
a0b9177401 Merge branch 'development'
47bcfa7dd5 upgrade deps
b8e501395b add inspector config for mcp debug
b2cb53006d integrates zerolog for enhanced logging in demo MCP server and tool handler
e3be406eba Refactors DemoMCP tool handler to integrate with DemoGRPC for fact retrieval and updates server instructions.
Compare 5 commits »
rmcguire pushed to development at rmcguire/go-server-with-otel 2025-08-27 21:08:38 +00:00
47bcfa7dd5 upgrade deps
rmcguire pushed to development at rmcguire/go-server-with-otel 2025-08-27 21:08:15 +00:00
b8e501395b add inspector config for mcp debug
b2cb53006d integrates zerolog for enhanced logging in demo MCP server and tool handler
e3be406eba Refactors DemoMCP tool handler to integrate with DemoGRPC for fact retrieval and updates server instructions.
Compare 3 commits »
rmcguire pushed tag v0.12.1 to rmcguire/go-app 2025-08-27 14:33:51 +00:00
rmcguire pushed to main at rmcguire/go-app 2025-08-27 14:33:44 +00:00
340cf67515 update changelog
rmcguire pushed to main at rmcguire/go-app 2025-08-27 14:32:20 +00:00
f5cb3456b1 fix otel http instrumentation span naming (#2)
rmcguire merged pull request rmcguire/go-app#2 2025-08-27 14:32:19 +00:00
fix otel http instrumentation span naming
rmcguire commented on pull request rmcguire/go-app#2 2025-08-27 14:31:55 +00:00
fix otel http instrumentation span naming

High-Level Summary: This pull request refactors the OpenTelemetry instrumentation for HTTP handlers, centralizing span name formatting and route tagging within the otelhttp.NewHandler

rmcguire created pull request rmcguire/go-app#2 2025-08-27 14:31:42 +00:00
fix otel http instrumentation span naming
rmcguire created branch development in rmcguire/go-app 2025-08-27 14:17:33 +00:00
rmcguire pushed to development at rmcguire/go-app 2025-08-27 14:17:33 +00:00
f0c3bc6b9e feat: standardize OpenTelemetry HTTP span names to include method and route pattern
00cb0d0421 refactors OpenTelemetry HTTP instrumentation by centralizing handler wrapping, adding span name formatting, and filtering health and metrics paths.
Compare 2 commits »
rmcguire pushed tag v0.12.0 to rmcguire/go-app 2025-08-26 18:53:29 +00:00
rmcguire pushed to main at rmcguire/go-app 2025-08-26 18:53:10 +00:00
ede5bc92f7 update changelog
rmcguire pushed to main at rmcguire/go-app 2025-08-26 18:51:54 +00:00
063ff0f1d0 feat: adds configurable HTTP request path exclusion from logging