-
Notifications
You must be signed in to change notification settings - Fork 132
/
config.yaml
136 lines (129 loc) · 3.52 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
title: The OpenTracing project
baseURL: /
languageCode: en-us
enableRobotsTXT: true
pygmentsUseClasses: true
pygmentsCodefences: true
theme:
- tracer
taxonomies:
tag: tags
category: categories
params:
description: Consistent, expressive, vendor-neutral APIs for distributed tracing and context propagation
hero:
tagline: Vendor-neutral APIs and instrumentation for distributed tracing
update:
title: "February 2018: OpenTracing Project Update"
url: https://medium.com/opentracing/february-2018-opentracing-monthly-newsletter-7700560e9b04
bashWindowText: |
# Start Jaeger locally
$ docker run -d -p 6831:6831/udp -p 16686:16686 jaegertracing/all-in-one:latest
$ export DOCKER_IP=`docker-machine ip $(docker-machine active)`
$ cd $GOPATH/src
# Grab a simple, self-contained OpenTracing example
$ go get github.com/opentracing-contrib/examples/go
$ cd github.com/opentracing-contrib/examples/go
$ go run ./trivial.go $DOCKER_IP
# Visualize the tracing instrumentation in Jaeger by
# clicking on "Find Traces" in the UI.
$ open http://$DOCKER_IP:16686/
# Read the source!
$ vim trivial.go
companies:
- name: Uber
url: https://eng.uber.com
icon: uber.png
- name: Pinterest
url: https://pinterest.com
icon: pinterest.png
- name: Workiva
url: https://workiva.com
icon: workiva.png
- name: Joyent
url: https://www.joyent.com
icon: joyent.png
- name: Cockroach Labs
url: https://www.cockroachlabs.com
icon: cockroach.png
- name: Sourcegraph
url: https://sourcegraph.com/
icon: sourcegraph.png
- name: Stream
url: https://getstream.io/
icon: stream.png
- name: Couchbase
url: https://couchbase.com/
icon: couchbase.png
- name: Elastic
url: https://www.elastic.co
icon: elastic.png
tracers:
- name: Zipkin
url: http://zipkin.io
icon: zipkin_small.png
- name: Lightstep
url: http://lightstep.com
icon: lightstep.png
- name: Jaeger
url: http://uber.github.io/jaeger/
icon: false
- name: Instana
url: https://www.instana.com
icon: instana.svg
- name: Skywalking
url: http://skywalking.apache.org/
icon: skywalking.png
- name: inspectIT
url: http://www.inspectit.rocks
icon: inspectit.png
- name: stagemonitor
url: http://www.stagemonitor.org/
icon: stagemonitor.png
- name: datadog
url: https://www.datadoghq.com/
icon: datadog.png
- name: Elastic APM
url: https://www.elastic.co/solutions/apm
icon: elastic.png
- name: Wavefront By VMware
url: https://www.wavefront.com/
icon: wavefront.png
frameworks:
- name: gRPC
url: http://grpc.io
icon: grpc.svg
- name: Flask
url: http://flask.pocoo.org/
icon: flask.svg
- name: go-kit
url: https://gokit.io/
icon: gokit.png
- name: Django
url: https://www.djangoproject.com
icon: django.svg
- name: Dropwizard
url: http://www.dropwizard.io/
icon: false
- name: Motan
url: https://github.com/weibocom/motan
icon: false
- name: Hprose
url: http://hprose.com
icon: hprose.svg
- name: ShardingJDBC
url: https://github.com/shardingjdbc/sharding-jdbc
icon: sharding-jdbc.png
social:
- name: Medium
url: //medium.com/opentracing
icon: medium.png
- name: Github
url: //github.com/opentracing
icon: github.png
- name: Twitter
url: //twitter.com/opentracing
icon: twitter.png
- name: Gitter
url: //gitter.im/opentracing/public
icon: gitter.png