diff options
author | TheFox0x7 <thefox0x7@gmail.com> | 2024-08-05 08:04:39 +0200 |
---|---|---|
committer | Earl Warren <earl-warren@noreply.codeberg.org> | 2024-08-05 08:04:39 +0200 |
commit | c738542201d4d6f960184cb913055322138c1b46 (patch) | |
tree | ba7775e7d8f60798fdb4b4c10056e503334023d3 /.golangci.yml | |
parent | i18n(en): remove unused strings (#4805) (diff) | |
download | forgejo-c738542201d4d6f960184cb913055322138c1b46.tar.xz forgejo-c738542201d4d6f960184cb913055322138c1b46.zip |
Open telemetry integration (#3972)
This PR adds opentelemetry and chi wrapper to have basic instrumentation
<!--start release-notes-assistant-->
## Draft release notes
<!--URL:https://codeberg.org/forgejo/forgejo-->
- Features
- [PR](https://codeberg.org/forgejo/forgejo/pulls/3972): <!--number 3972 --><!--line 0 --><!--description YWRkIHN1cHBvcnQgZm9yIGJhc2ljIHJlcXVlc3QgdHJhY2luZyB3aXRoIG9wZW50ZWxlbWV0cnk=-->add support for basic request tracing with opentelemetry<!--description-->
<!--end release-notes-assistant-->
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3972
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
Co-authored-by: TheFox0x7 <thefox0x7@gmail.com>
Co-committed-by: TheFox0x7 <thefox0x7@gmail.com>
Diffstat (limited to '.golangci.yml')
-rw-r--r-- | .golangci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 640fbb938f..99cd6aec7b 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -17,6 +17,7 @@ linters: - nakedret - nolintlint - revive + - spancheck - staticcheck - stylecheck - tenv |