Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Tracing Middleware #35

Merged
merged 4 commits into from
Mar 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions changelog/unreleased/tracing-middleware.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Feature: Tracing middleware

A new tracing middleware has been added to unpack context propagation

https://github.com/owncloud/ocis-pkg/pull/35/
2 changes: 0 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ require (
github.com/ascarter/requestid v0.0.0-20170313220838-5b76ab3d4aee
github.com/coreos/go-oidc v2.1.0+incompatible
github.com/go-chi/chi v4.0.2+incompatible
github.com/haya14busa/goverage v0.0.0-20180129164344-eec3514a20b5 // indirect
github.com/justinas/alice v1.2.0
github.com/micro/cli/v2 v2.1.1
github.com/micro/go-micro/v2 v2.0.0
github.com/micro/go-plugins/wrapper/trace/opencensus/v2 v2.0.1
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
github.com/prometheus/client_golang v1.2.1
github.com/restic/calens v0.1.0 // indirect
github.com/rs/zerolog v1.17.2
github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce
go.opencensus.io v0.22.2
Expand Down
Loading