mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 04:20:17 +00:00
7066101996
Signed-off-by: dusanb94 <dusan.borovcanin@mainflux.com>
13 lines
495 B
Go
13 lines
495 B
Go
// Copyright (c) Magistrala
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package tracing provides tracing instrumentation for Magistrala Users service.
|
|
//
|
|
// This package provides tracing middleware for Magistrala Users service.
|
|
// It can be used to trace incoming requests and add tracing capabilities to
|
|
// Magistrala Users service.
|
|
//
|
|
// For more details about tracing instrumentation for Magistrala messaging refer
|
|
// to the documentation at https://docs.mainflux.io/tracing/.
|
|
package tracing
|