mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 05:22:25 -05:00
[chore] update otel libraries (#3740)
* chore: update otel dependencies * refactor: combine tracing & metrics in observability package * chore: update example tracing compose file
This commit is contained in:
parent
baed591a1d
commit
dd094e4012
217 changed files with 6873 additions and 2734 deletions
5
vendor/google.golang.org/protobuf/internal/flags/flags.go
generated
vendored
5
vendor/google.golang.org/protobuf/internal/flags/flags.go
generated
vendored
|
|
@ -22,3 +22,8 @@ const ProtoLegacy = protoLegacy
|
|||
// extension fields at unmarshal time, but defers creating the message
|
||||
// structure until the extension is first accessed.
|
||||
const LazyUnmarshalExtensions = ProtoLegacy
|
||||
|
||||
// ProtoLegacyWeak specifies whether to enable support for weak fields.
|
||||
// This flag was split out of ProtoLegacy in preparation for removing
|
||||
// support for weak fields (independent of the other protolegacy features).
|
||||
const ProtoLegacyWeak = ProtoLegacy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue