Skip to content

Commit

Permalink
docs: removed documentation around aws_bedrock_instrumentation as fea…
Browse files Browse the repository at this point in the history
…ture flag has been removed (#1991)
  • Loading branch information
bizob2828 authored Jan 31, 2024
1 parent ab04e7a commit f414564
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions documentation/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ Any prerelease flags can be enabled or disabled in your agent config by adding a
* Environment Variable: `NEW_RELIC_FEATURE_FLAG_LEGACY_CONTEXT_MANAGER`
* Description: The legacy context manager was replaced by AsyncLocalContextManager for async context propagation. If your application is not recording certain spans or creating orphaned data, you may want to enable this older context manager. Enabling this feature flag may increase the agent's use of memory and CPU.

#### aws_bedrock_instrumentation
* Enabled by default: `false`
* Configuration: `{ feature_flag: { aws_bedrock_instrumentation: true|false }}`
* Environment Variable: `NEW_RELIC_FEATURE_FLAG_AWS_BEDROCK_INSTRUMENTATION`
* Description: Enables instrumentation of AWS Bedrock in `aws-sdk@3`.

#### langchain_instrumentation
* Enabled by default: `false`
* Configuration: `{ feature_flag: { langchain_instrumentation: true|false }}`
Expand Down

0 comments on commit f414564

Please sign in to comment.