Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update flagd provider specs #1432

Merged
merged 19 commits into from
Oct 30, 2024
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ config:
max-one-sentence-per-line: true
code-block-style: false # not compatible with mkdocs "details" panes
no-alt-text: false
MD007:
indent: 4
Comment on lines +16 to +17
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mkdocs doesn't render nested lists properly unless they are double indented (4 spaces) so I've added this rule.


ignores:
- "**/CHANGELOG.md"
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ flagd exposes the following metrics:
flagd creates the following spans as part of a trace:

- `flagEvaluationService(resolveX)` - SpanKind server
- `jsonEvaluator(resolveX)` - SpanKind internal
- `jsonEvaluator(resolveX)` - SpanKind internal
- `jsonEvaluator(setState)` - SpanKind internal

## Export to OTEL collector
Expand Down
260 changes: 0 additions & 260 deletions docs/reference/specifications/in-process-providers.md

This file was deleted.

Loading
Loading