mirror of
https://github.com/mainflux/mainflux.git
synced 2025-04-24 13:48:49 +08:00

* update mproxy handler for testability Signed-off-by: SammyOina <sammyoina@gmail.com> * remove import replacement Signed-off-by: SammyOina <sammyoina@gmail.com> --------- Signed-off-by: SammyOina <sammyoina@gmail.com>
13 lines
506 B
Go
13 lines
506 B
Go
// Copyright (c) Mainflux
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
// Package tracing provides tracing instrumentation for Mainflux MQTT adapter service.
|
|
//
|
|
// This package provides tracing middleware for Mainflux MQTT adapter service.
|
|
// It can be used to trace incoming requests and add tracing capabilities to
|
|
// Mainflux MQTT adapter service.
|
|
//
|
|
// For more details about tracing instrumentation for Mainflux messaging refer
|
|
// to the documentation at https://docs.mainflux.io/tracing/.
|
|
package tracing
|