mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 07:42:28 -05:00
feat: initial tracing support (#1623)
This commit is contained in:
parent
878ed48de3
commit
6392e00653
472 changed files with 102600 additions and 12 deletions
6
vendor/github.com/uptrace/opentelemetry-go-extra/otelsql/version.go
generated
vendored
Normal file
6
vendor/github.com/uptrace/opentelemetry-go-extra/otelsql/version.go
generated
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package otelsql
|
||||
|
||||
// Version is the current release version.
|
||||
func Version() string {
|
||||
return "0.1.21"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue