Skip to content
Snippets Groups Projects
Commit e0d492d3 authored by shen's avatar shen
Browse files

consul service discovery

parent ddfad7f8
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,10 @@ const ( ...@@ -171,6 +171,10 @@ const (
ETCDV3_KEY = "etcdv3" ETCDV3_KEY = "etcdv3"
) )
const (
CONSUL_KEY = "consul"
)
const ( const (
TRACING_REMOTE_SPAN_CTX = "tracing.remote.span.ctx" TRACING_REMOTE_SPAN_CTX = "tracing.remote.span.ctx"
) )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment