Ha Hoang
9a45b0bf9e
Fix broken links to w3c-tracecontext ( #777 )
...
Co-authored-by: ha.hoangvan <ha.hoangvan@nashtechglobal.com>
2020-09-09 07:11:39 -07:00
Pruthvidhar R Dhodda
643cb41fb0
Replace all deprecated cli, daprd options and k8s annotations ( #737 )
2020-08-20 09:59:45 -07:00
Kai Walter
bb3d0b6b29
changing note as requested
2020-07-07 14:26:01 +00:00
Kai Walter
426fe0840b
issue #1698 resolution
2020-06-25 16:30:21 +00:00
Mukundan Sundararajan
04971ff167
Updated docs for zipkin init ( #648 )
...
* Updated docs for zipkin init
* Update README.md
* Update README.md
* Update environment-setup.md
* Update environment-setup.md
* Update README.md
* Update daprrun.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-06-22 09:25:51 -07:00
Mark Chmarny
83698e018e
deployment in stead of run for 1.15+ compatibility
...
Addresses #572
Current instructions for deploying Zipkin do not create service which makes the following command fail because there is no service, as starting with 1.15 k8s no longer creates service under the `run` command.
Changing the `run` to `create deployment`
```shell
kubectl create deployment zipkin --image openzipkin/zipkin
```
Which creates will allow the following command to create a service and expose its port.
```shell
kubectl expose deployment zipkin --type ClusterIP --port 9411
```
2020-06-09 15:17:52 -07:00
Shalabh Mohan Shrivastava
bef9178f2e
Resolving doc review comments
2020-06-08 11:47:15 -07:00
Mark Chmarny
d08e5a829c
namespace in all yaml samples
2020-05-02 04:01:14 -07:00
Shalabh Mohan Shrivastava
e1a2f37658
Merge branch 'master' into samplingRate
2020-05-01 10:17:13 -07:00
Shalabh Mohan Shrivastava
995380263d
typo edits
2020-05-01 10:08:34 -07:00
Shalabh Mohan Shrivastava
3fc24f9ba7
updating the document for tracing configuration
2020-05-01 10:00:15 -07:00
Young Bu Park
77ea6632e2
update localforwarder versions ( #556 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-05-01 09:26:39 -07:00
Mark Fussell
3a46c55596
Updated configuration docs
2020-04-24 21:35:26 -07:00
Young Bu Park
6723b97177
Fix wrong config for --config option
...
Fix wrong config for --config option
2020-04-21 12:26:01 -07:00
Ori Zohar
2836e81dfb
Update azure-monitor.md ( #483 )
2020-03-31 13:58:02 -07:00
Young Bu Park
5d5a3ad628
wip
2020-03-13 19:35:49 -07:00
Young Bu Park
bfe3a919e4
fix nitpicks
2020-03-13 09:37:54 -07:00
Young Bu Park
0be7f06ee1
fix cr
2020-03-13 09:32:58 -07:00
Young Bu Park
5ac90c94c3
wip
2020-03-13 08:57:50 -07:00
Young Bu Park
db3b397cf4
update docs
2020-03-12 22:14:32 -07:00
Young Bu Park
4f3eb33ced
add localforwarder docker and deployment yamls
2020-03-12 21:47:19 -07:00
Haishi2016
c17ea3e84f
Update zipkin config for local mode
2020-03-04 10:14:45 -08:00
lolorol
35a7a4996c
Fixes as per Microsoft Doc Authoring Pack ext.
2020-02-10 19:24:45 +08:00
David-Kunz
530cd7ec51
Update zipkin.md
2019-12-27 09:30:50 +01:00
LMWF
3eaf9b946c
fix yaml name
2019-11-22 18:14:02 -08:00
Haishi2016
5d692d0da5
AppInsights doc ( #235 )
2019-11-12 14:41:35 -08:00
Haishi Bai
a0960caa75
doc update for exporters becoming components
2019-10-22 19:13:06 -07:00
Quy Le
98d2bcf1db
Fix typos in docs ( #178 )
...
* Typos for API reference's state management
* Fix typos for docs
2019-10-20 21:36:14 -07:00
Greg Ingram
54c79045d6
Rename readme files ( #173 )
...
* Updated temp name
* Update file names
2019-10-19 15:19:49 -07:00
SAMUEL NELA
682a00b2ae
Fixed typos ( #169 )
2019-10-19 08:15:38 -07:00
Haishi2016
3e01671d73
concept doc updates ( #74 )
...
* concept doc updates
* fix typo
2019-10-08 09:23:20 -07:00
Mark Fussell
8efb687bf7
remove /docs folder to have folders at root level
2019-09-19 22:15:20 -07:00