adds OpenTelemetry startup tracing, updates Go dependencies, and refines build configurations

This commit is contained in:
2025-08-14 11:39:33 -04:00
parent b792c4cb55
commit de7a11684b
6 changed files with 134 additions and 25 deletions

View File

@@ -39,7 +39,7 @@ include_ext = ["go", "toml", "yaml", "yml"]
# A list of directories to ignore.
# It's good practice to ignore temporary directories, vendor folders, and git history.
exclude_dir = ["tmp", "vendor", ".git"]
exclude_dir = ["tmp", "vendor", ".git", "proto"]
# A list of specific files to ignore.
exclude_file = []