mirror of
https://github.com/absmach/supermq.git
synced 2026-06-23 07:20:19 +00:00
a39d46238b
Signed-off-by: Dusan Borovcanin <borovcanindusan1@gmail.com>
13 lines
521 B
Go
13 lines
521 B
Go
// Copyright (c) Abstract Machines
|
|
// 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.magistrala.abstractmachines.fr/tracing/.
|
|
package tracing
|