mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2026-01-04 16:23:16 -06:00
refactor: combine tracing & metrics in observability package
This commit is contained in:
parent
42e32eb57f
commit
826c36f162
10 changed files with 64 additions and 81 deletions
|
|
@ -15,7 +15,7 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build !nometrics
|
||||
//go:build !nootel
|
||||
|
||||
package metrics
|
||||
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
// You should have received a copy of the GNU Affero General Public License
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build nometrics
|
||||
//go:build nootel
|
||||
|
||||
package metrics
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue