Hannah Hunter
c518c13b2f
Merge branch 'issue_3704' of https://github.com/hhunter-ms/docs into issue_3704
2024-03-04 14:48:58 -05:00
Hannah Hunter
e4c904b475
link to js code
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-03-04 14:48:33 -05:00
Mark Fussell
50fa51a9ae
Merge branch 'v1.13' into issue_3704
2024-03-04 11:46:53 -08:00
Josh van Leeuwen
941a664bb2
Metric Cardinality: fix example setting increased cardinality. ( #4062 )
...
See 9f5a423d18/tests/integration/suite/daprd/metrics/httpserver_highcardinality.go (L52-L53)
Signed-off-by: joshvanl <me@joshvanl.dev>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-03-04 11:12:35 -08:00
Hannah Hunter
c1a840ae29
Merge branch 'v1.13' into issue_3704
2024-03-04 14:02:27 -05:00
Hannah Hunter
4cf019bd4a
resolve conflicts
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-03-04 11:43:24 -05:00
Hannah Hunter
d9489640f8
mark review
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-03-04 10:31:26 -05:00
Hannah Hunter
e176899a7d
edit and add cross-linking
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-03-01 12:19:59 -05:00
Hannah Hunter
4a6dadf2fd
Merge branch 'v1.12' into issue_3680
2024-03-01 11:28:56 -05:00
Hannah Hunter
7a3cb5dc8d
updates per mark
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-03-01 11:28:11 -05:00
Mark Fussell
23b530c76d
Update sidecar-health.md
...
Rewrote the start of this section
2024-02-28 21:14:22 -08:00
Hannah Hunter
6e1e74e294
add pre-reqs and section in troubleshooting guide
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-28 11:24:07 -05:00
Hannah Hunter
b6807949a6
clarify the header/metadata coming from Dapr
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-28 10:42:24 -05:00
Hannah Hunter
e6cc7fe957
Merge branch 'v1.13' into issue_3704
2024-02-28 10:26:52 -05:00
Hannah Hunter
2fb2ed3626
update diagram
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-22 13:05:28 -05:00
Hannah Hunter
156e663fc8
Merge branch 'v1.13' into issue_3962
2024-02-22 13:02:47 -05:00
Hannah Hunter
5693896050
SDK forward and backward compatibility ( #4036 )
...
* update sdk support
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* Update daprdocs/content/en/operations/support/support-release-policy.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-02-22 07:42:05 -08:00
Hannah Hunter
8de8035f00
Update daprdocs/content/en/operations/components/certification-lifecycle.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-22 08:58:02 -05:00
Hannah Hunter
724fac9d4a
Update daprdocs/content/en/operations/components/certification-lifecycle.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-22 08:57:54 -05:00
Hannah Hunter
42fdb2b458
initial add, need to create diagram to replace placeholder
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-21 14:46:31 -05:00
Hannah Hunter
52dfcfb59a
Merge branch 'issue_3962' of https://github.com/hhunter-ms/docs into issue_3962
2024-02-21 09:43:55 -05:00
Hannah Hunter
e2ee6eb020
remove explicit callout for cosmosdb
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-21 09:43:41 -05:00
Hannah Hunter
529ac3f5bf
Merge branch 'v1.13' into issue_3962
2024-02-20 10:19:12 -05:00
Josh van Leeuwen
101505ab22
Hot reloading: add notes about the behaviour and exceptions ( #4027 )
...
* Hot reloading: add notes about the behaviour and exceptions
Moves hot reloading to a separate section in `component-updates.md`.
Adds notes about the behaviour of hot reloading regarding downtime and
respecting init errors.
Adds exceptions to the component types ignored by hot reloading.
Signed-off-by: joshvanl <me@joshvanl.dev>
* Adds link ref to workflow backends in unsupported hot reload
Signed-off-by: joshvanl <me@joshvanl.dev>
* Update component-updates.md
Edited "wills" to be present tense
Signed-off-by: Mark Fussell <markfussell@gmail.com>
---------
Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-02-16 16:35:45 -08:00
Hannah Hunter
8d356c3941
clarify support in the docs for cosmosdb
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-16 16:20:40 -05:00
Hannah Hunter
90bbf6f265
Clarify managed identities doc ( #4024 )
...
* add more context
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* crosslink
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* Update daprdocs/content/en/developing-applications/integrations/Azure/azure-authentication/howto-mi.md
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
* commiting before pulling in
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* update per bernd review
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
* typo and emphasis
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
---------
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2024-02-13 21:45:58 -08:00
mikeee
5b8b307be4
Apply suggestions from code review
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: mikeee <hey@mike.ee>
2024-02-09 18:00:03 +00:00
Mark Fussell
8fcb6c25d9
Merge branch 'v1.13' into sentry-token-validator
2024-02-09 08:47:17 -08:00
mikeee
fa98d6bbae
Apply suggestions from code review
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: mikeee <hey@mike.ee>
2024-02-09 13:58:58 +00:00
joshvanl
45b01ecfe7
Adds review comments
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2024-02-08 15:12:59 +00:00
mikeee
74d26e613f
Merge branch 'v1.12' into mikeee-init-docs
2024-02-07 18:48:24 +00:00
mikeee
feb648081a
add init -k --dev docs
...
Signed-off-by: mikeee <hey@mike.ee>
2024-02-07 18:40:24 +00:00
Hannah Hunter
2961bc4358
mark review
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-06 12:44:20 -05:00
joshvanl
fdd4cbfa0a
Sentry Token Validator spec
...
Adds documentation about sentry token validator spec, and control plane trust domain.
Signed-off-by: joshvanl <me@joshvanl.dev>
2024-02-06 14:03:54 +00:00
Hannah Hunter
330be0a82b
update titles, add links, update service invo overview
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-02 16:03:45 -05:00
Hannah Hunter
a63d3287fe
add name resolution to config overview and schema
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-02-02 15:50:25 -05:00
Mark Fussell
621c5ff8b1
Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md
...
Signed-off-by: Mark Fussell <markfussell@gmail.com>
2024-02-02 08:49:04 -08:00
Alessandro (Ale) Segala
701cefa572
Apply suggestions from code review
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-02-01 09:02:30 -08:00
Alessandro (Ale) Segala
d856339cc6
Update daprdocs/content/en/operations/observability/metrics/metrics-overview.md
...
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 19:19:22 -08:00
ItalyPaleAle
e1d36a3698
Update docs for low-cardinality metrics
...
Fixes #3987
Includes documenting the new "http.increasedCardinality" configuration option
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2024-01-31 21:28:36 +00:00
Hannah Hunter
0fcbd0a5d2
upmerge
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-26 15:40:09 -05:00
Prashant Rewar
4b389d3aca
Add Instructions to add Kubernetes Metrics server to Kind ( #3970 )
...
Signed-off-by: Prashant Rewar <108176843+prashantrewar@users.noreply.github.com>
2024-01-26 08:30:26 -08:00
Yetkin Timocin
18785e4a8e
Update kubernetes-deploy.md ( #3964 )
...
Added the missing `-k` flag in the Kubernetes Deploy docs.
Signed-off-by: Yetkin Timocin <ytimocin@microsoft.com>
2024-01-21 14:57:03 -08:00
Mark Fussell
71a5b990da
New hotfix patch for v1.12.4 ( #3960 )
2024-01-17 19:36:08 -08:00
Josh van Leeuwen
be597e9b35
Update daprdocs/content/en/operations/components/component-updates.md
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2024-01-11 11:52:51 +00:00
Josh van Leeuwen
afec1f1d58
Apply suggestions from code review
...
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
2024-01-11 11:52:36 +00:00
joshvanl
d00938488c
Update compoents-updates.md with hot reloading feature
...
Signed-off-by: joshvanl <me@joshvanl.dev>
2024-01-09 14:13:55 +00:00
Mark Fussell
ad8835cfa3
Merge branch 'v1.13' into preview-feature-component-hot-reloading
2024-01-05 18:32:19 -08:00
Hannah Hunter
6bcddf95a6
add latest version ( #3936 )
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2024-01-03 07:36:37 -08:00
Hannah Hunter
00593a517c
cross link for debugging and viewing logs
...
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-12-21 12:33:47 -05:00