Skip to content

Commit

Permalink
Update documentation for open-telemetry#371
Browse files Browse the repository at this point in the history
  • Loading branch information
joshleecreates committed Sep 19, 2022
1 parent 17e62d8 commit ece9bed
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,5 @@ significant modifications will be credited to OpenTelemetry Authors.
([#345](https://github.com/open-telemetry/opentelemetry-demo/pull/345))
* Improve initial run time, without a build
([#362](https://github.com/open-telemetry/opentelemetry-demo/pull/362))
* Add custom span and custom span attributes for Feature Flag Service
([#371](https://github.com/open-telemetry/opentelemetry-demo/pull/371))
4 changes: 3 additions & 1 deletion docs/manual_span_attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ This document contains the list of manual Span Attributes used throughout the de

| Name | Type | Description |
|-----------|------|-------------|
| None yet | | |
| `app.featureflag.name` | string | Name of the feature flag |
| `app.featureflag.description` | string | Admin description |
| `app.featureflag.enabled` | boolean | The feature flag status | |

## Frontend

Expand Down
2 changes: 1 addition & 1 deletion docs/trace_service_features.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Emoji Legend
| Checkout | Go | :100: | :100: | :100: | :no_bell: | :no_bell: | :no_bell: |
| Currency | C++ | :no_bell: | :100: | :100: | :100: | :no_bell: | :no_bell: |
| Email | Ruby | :100: | :100: | :100: | :no_bell: | :no_bell: | :no_bell: |
| Feature Flag | Erlang / Elixir | :100: | :construction: | :construction: | :no_bell: | :no_bell: | :no_bell: |
| Feature Flag | Erlang / Elixir | :100: | :100: | :100: | :no_bell: | :no_bell: | :no_bell: |
| Frontend | JavaScript | :100: | :100: | :100: | :no_bell: | :100: | :100: |
| Payment | JavaScript | :100: | :100: | :100: | :no_bell: | :no_bell: | :100: |
| Product Catalog | Go | :100: | :construction: | :100: | :no_bell: | :no_bell: | :no_bell: |
Expand Down

0 comments on commit ece9bed

Please sign in to comment.