Ori Zohar
adbf947d78
fixing broken link
2021-02-16 14:54:05 -08:00
Ori Zohar
b162c3df9e
Merge pull request #1228 from yaron2/perf-23
...
Update perf numbers
2021-02-16 14:34:32 -08:00
Yaron Schneider
4f1191bd66
Merge branch 'v1.0' into perf-23
2021-02-16 14:32:11 -08:00
yaron2
7bd0953cd3
update perf numbers
2021-02-16 14:31:07 -08:00
Mark Fussell
9e37eebea2
Versioning and Support docs ( #1225 )
...
* Versioning and support docs
* updates
* Feedback from Mukundan
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Updating upgrade path guidance
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-02-16 14:28:30 -08:00
Mukundan Sundararajan
93c39253e6
add component certification doc ( #1203 )
...
* add component certification doc
* Update certification-lifecycle.md
* Update _index.md
* Update _index.md
* address review comments. fix conflicts.
* address review comments
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-16 11:36:56 -08:00
Yaron Schneider
e02b159d3d
Add february security audit ( #1223 )
...
* add february security audit
* remove redundant files
* update audit order
2021-02-16 11:20:22 -08:00
Ori Zohar
3d2be55639
Merge pull request #1224 from dapr/state-stores-links
...
Adding missing links to state store list
2021-02-16 11:08:58 -08:00
Ori Zohar
64742ae0da
Adding missing links to state store list
2021-02-16 11:04:16 -08:00
Ori Zohar
891e2bbe5e
Merge pull request #1218 from trondhindenes/state-dynamodb
...
Added DynamoDB state store doc
2021-02-16 10:41:36 -08:00
Yaron Schneider
7ec2accc35
Update _index.md
2021-02-16 10:22:16 -08:00
Trond Hindenes
1f9bb382bd
Update daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-dynamodb.md
...
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-02-16 18:19:32 +01:00
Trond Hindenes
cd2868eea2
Update daprdocs/content/en/operations/components/setup-state-store/supported-state-stores/setup-dynamodb.md
...
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
2021-02-16 18:19:25 +01:00
Trond Hindenes
f56646274c
Rebased on v1.0, fixed diffs
2021-02-16 09:25:11 +01:00
Trond Hindenes
35c50d562f
Merge branch 'state-dynamodb' of github.com:trondhindenes/docs into state-dynamodb
2021-02-16 09:21:40 +01:00
Trond Hindenes
e3e93c9013
Merge branch 'state-dynamodb' of github.com:trondhindenes/docs into state-dynamodb
2021-02-16 09:18:04 +01:00
Trond Hindenes
8ffafddb0c
Added DynamoDB state store doc
2021-02-16 09:17:49 +01:00
Ori Zohar
61284da0f0
Merge pull request #1221 from dapr/observability-concept2
...
Observability concept page
2021-02-15 16:28:04 -08:00
Ori Zohar
e23648842b
Observability concept page update
2021-02-15 15:58:03 -08:00
Ori Zohar
dfba5206e4
Merge branch 'observability-concept' of https://github.com/dapr/docs into observability-concept
2021-02-15 15:40:01 -08:00
Ori Zohar
74d22561a9
Merge branch 'v1.0' into observability-concept
2021-02-15 15:38:05 -08:00
Ori Zohar
669d991d77
Merge branch 'observability-concept' of https://github.com/dapr/docs into observability-concept
2021-02-15 15:32:52 -08:00
Ori Zohar
d40219cfe1
Updating SDK versions ( #1208 )
...
* Updating SDK versions
* Updating sdk table version --> status
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-15 15:30:55 -08:00
Ori Zohar
f3188c4415
Merge branch 'v1.0' into observability-concept
2021-02-15 14:47:24 -08:00
Nghia Tran
e9bbe57090
Add a generic OpenTelemetry Collector page ( #1219 )
...
* Extract a generic OpenTelemetry Collector page
* Also move Azure Monitor metrics page to Metrics section.
* Rename to open-telemetry-collector-appinsights.yaml
* Update PR from msfussell@ feedback
* Update PR per msfussell@ feedback
* Move # into <ref>
* Change References to Related Links & update description
* Update image to use standard asset
2021-02-15 14:28:46 -08:00
Mark Fussell
6aed1585e7
Update observability-concept.md
2021-02-15 12:57:20 -08:00
Ori Zohar
855a527926
image alt text
2021-02-15 12:32:10 -08:00
Ori Zohar
a16df9267b
Merge branch 'v1.0' into observability-concept
2021-02-15 12:29:06 -08:00
Ori Zohar
b32dd4ab4a
PR review feedback addressed
2021-02-15 12:28:48 -08:00
Yaron Schneider
e70698d0ac
update kubernetes deploy/upgrade details ( #1220 )
2021-02-15 11:53:41 -08:00
Ori Zohar
70b5566b7f
Merge branch 'v1.0' into observability-concept
2021-02-15 11:40:09 -08:00
halspang
de42e45f01
Update statestore ETag/actor support ( #1213 )
...
* Update statestore ETag/actor support
Add additional column to the supporte statestore table that
indicates direct support of ETag usage. Also specify that
transactional stores support actors.
https://github.com/dapr/docs/issues/1199
* Add ETag example in statestore API reference
This commit adds a walkthrough of how to work with ETags including
finding them and using them for updates and deletes.
* Update _index.md
* Update state_api.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-02-15 10:00:06 -08:00
Yaron Schneider
4940d283c4
Update daprdocs/content/en/concepts/observability-concept.md
...
Co-authored-by: Nghia Tran <tcnghia@gmail.com>
2021-02-15 09:30:14 -08:00
Rob Landers
778ebf9b9d
Fix code blocks and add missing config keys ( #1217 )
2021-02-15 09:29:42 -08:00
Trond Hindenes
d2b72ec3f7
Added DynamoDB state store doc
2021-02-15 14:07:09 +01:00
Nghia Tran
7f37a4914f
Remove references to Open Census ( #1212 )
...
* Correct the language about OpenTelemetry protocol
* Remove references to OpenCensus
* Update tracing-overview.md
* Update jaeger.md
* Update zipkin.md
* Update setup-tracing.md
* Update setup-tracing.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-14 13:42:51 -08:00
Rob Landers
6a5e1c9d8a
Add PHP SDK docs ( #1209 )
...
* Add php sdk as a submodule
* Update doc commit
* Update commit
* Update commit
* Update commit
* Update commit
* Update commit
* Rebase
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2021-02-14 13:10:07 -08:00
Mark Fussell
6308bc1c7f
Updates to the building block overview articles ( #1206 )
...
* Updates to the building block overviews articles
* Removing the hidden retry text
* Adding Control-Concurreny video
* Address include other secret stores. #1063
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-02-14 13:01:55 -08:00
Mark Fussell
00f25ea5c9
Merge branch 'v1.0' into observability-concept
2021-02-14 12:35:27 -08:00
Ori Zohar
82a5a30bcf
Updating observability concepts with images
2021-02-13 19:46:12 -08:00
Nghia Tran
dd509fdf63
Correct the language about OpenTelemetry protocol ( #1211 )
2021-02-13 18:04:33 -08:00
Ori Zohar
28c31ad3d6
Rewritng observability concept intro
2021-02-13 16:51:34 -08:00
Ori Zohar
f0ea14b403
Renaming tracing backends directory
2021-02-13 16:35:28 -08:00
Ori Zohar
13505ed43e
Merge pull request #1210 from tcnghia/observe-doc-reorg-2
...
Move operator docs in Development > Observability section into Operations section
2021-02-13 16:20:43 -08:00
Nghia Tran
d8ea354e6a
Move operator-centric docs into Operation section
2021-02-13 21:13:07 +00:00
Phil Kedy
849d471dba
Explain how topics are created in pub/sub overview ( #1201 )
...
* First pass at explaining for topics are set
* Tweaks per PR
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2021-02-12 18:49:34 -08:00
Mukundan Sundararajan
270b7edd77
Fix doc typos ( #1205 )
...
* Fix doc typos and format.
* fix escaping quotes
2021-02-12 18:26:29 -08:00
Phil Kedy
bbc10f8b4d
Restructuring middleware docs pages ( #1190 )
...
* First pass at restructuring the middleware docs pages
* Tweaks
* Updating custom middleware instructions.
Grammatical tweak re: secrets in metadata values.
* Adding descriptions for each middleware component to the supported middleware table
* Table allignment
* Various tweaks
* its versus it's
* Making Quickstart capitalized again
* Better OAuth spec links for the two grant flows currently supported
* Fixing two sentences
* Update middleware-overview.md
* Update middleware-bearer.md
* Update middleware-oauth2.md
* Update middleware-oauth2clientcredentials.md
* Update middleware-opa.md
* Update middleware-rate-limit.md
* Update middleware-uppercase.md
* Update middleware-rate-limit.md
* Update middleware-opa.md
* Update middleware-oauth2.md
* Update middleware-bearer.md
* Update middleware-oauth2.md
* Update middleware-bearer.md
* Update middleware-oauth2clientcredentials.md
* Update middleware-opa.md
* Update middleware-rate-limit.md
* Update middleware-uppercase.md
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-oauth2clientcredentials.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-rate-limit.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Update daprdocs/content/en/developing-applications/middleware/supported-middleware/middleware-opa.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Update daprdocs/content/en/developing-applications/middleware/middleware-overview.md
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
* Tweaks per PR
* Small tweak
* Small tweak
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Mukundan Sundararajan <musundar@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2021-02-12 16:25:24 -08:00
Ori Zohar
de25be0407
Merge pull request #1198 from withinboredom/add/php
...
Add code samples for PHP
2021-02-12 14:14:35 -08:00
Ori Zohar
4d3822f367
Removing 1st person
...
Removing "Let's"
2021-02-12 14:00:59 -08:00