mirror of
https://github.com/absmach/magistrala.git
synced 2026-08-07 07:14:46 +00:00
61d0427898
Signed-off-by: dusan <borovcanindusan1@gmail.com>
13 lines
504 B
Go
13 lines
504 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://magistrala.absmach.eu/docs/.
|
|
package tracing
|