Helper Go libraries for working with metrics, traces and logging
Find a file
Dmitrii Stepanov 93b681a202
All checks were successful
DCO action / DCO (pull_request) Successful in 26s
Tests and linters / Tests (pull_request) Successful in 38s
Tests and linters / Tests with -race (pull_request) Successful in 55s
Tests and linters / Lint (pull_request) Successful in 1m34s
Tests and linters / Staticcheck (pull_request) Successful in 1m43s
[#21] tracing: Fix typo
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
2025-03-21 09:32:46 +03:00
.forgejo/workflows [#12] go.mod: Bump go version to 1.21 2024-07-05 10:35:11 +03:00
logging/lokicore [#7] .forgejo: Add pre-commit 2024-01-31 15:05:29 +03:00
metrics [#20] metrics: Add grpc msg send metrics 2025-02-12 14:19:29 +03:00
testdata/tracing [#13] support tls over grpc for otlp_grpc exporter type 2024-09-09 14:43:14 +03:00
tracing [#21] tracing: Fix typo 2025-03-21 09:32:46 +03:00
.gitattributes Initial commit 2023-05-26 13:00:13 +00:00
.gitignore Initial commit 2023-05-26 13:00:13 +00:00
.golangci.yml [#12] .golangci.yml: Reenable deprecated warnings 2024-07-05 10:27:32 +03:00
.pre-commit-config.yaml [#12] pre-commit: Use cached tests in hook 2024-07-05 10:27:32 +03:00
CODEOWNERS [#19] Add CODEOWNERS 2024-12-10 18:50:57 +03:00
go.mod [#12] go.mod: Update otel dependencies 2024-07-05 10:37:40 +03:00
go.sum [#12] go.mod: Update otel dependencies 2024-07-05 10:37:40 +03:00
LICENSE [#11] Add license and README 2024-11-08 15:06:58 +03:00
Makefile [#12] Makefile: Allow to override testflags 2024-07-05 10:27:32 +03:00
README.md [#11] Add license and README 2024-11-08 15:06:58 +03:00

Helper Go libraries for working with metrics, traces and logging

See package documentation at pkg.go.dev

Copyright 2023-2024 FrostFS contributors

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.