Go to file
dependabot[bot] 2c8b394ccc build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
Bumps [go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp](https://github.com/open-telemetry/opentelemetry-go) from 0.12.2 to 0.19.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/log/v0.12.2...v0.19.0)

---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp
  dependency-version: 0.19.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-08 19:24:15 +00:00
2025-03-18 13:19:39 +01:00
2023-04-19 14:24:28 +02:00
2023-07-08 01:33:10 +02:00
2025-03-25 14:27:27 +01:00
2025-04-14 09:34:15 +02:00
2023-07-08 01:33:10 +02:00
2023-07-08 01:33:10 +02:00
2023-07-08 01:33:10 +02:00
2026-03-25 15:08:52 +01:00
2026-03-25 15:08:52 +01:00
2020-11-06 17:32:45 +00:00
2023-07-08 01:33:10 +02:00
2023-07-08 01:33:10 +02:00

gRPC-toolkit

A utility module, largely taken from the go-micro patterns (and a good amount of code too...) with pure gRPC ecosystem modules.

Principles:

  • Pluggable
  • No singleton

Features:

  • simple configuration with options
  • simple TLS configuration
  • TLS auth
  • client connection pool
  • registry / resolver resolution
    • mdns
    • kubernetes
  • default interceptors implementation:
    • context request id
    • defaulter
    • validation
    • health
    • context logger
    • sentry
    • rate-limiting
    • ban
    • auth claim in context
    • recovery (server side only)
    • tracing (open-tracing)
    • metrics (prometheus)
    • retries
    • context DB / transaction
    • ...
  • grpc web / api gateway with middleware:
    • auth
    • cors
    • logging
    • tracing
    • metrics
  • broker, based on nats-streaming

Used modules:

Description
No description provided
Readme Apache-2.0 3.2 MiB
Languages
Go 99.3%
Makefile 0.7%