File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/amazon/opentelemetry/distro/patches
tests/amazon/opentelemetry/distro Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4141_GUARDRAIL_ID : str = "guardrailId"
4242_GUARDRAIL_ARN : str = "guardrailArn"
4343_MODEL_ID : str = "modelId"
44- _AWS_BEDROCK_SYSTEM : str = "aws_bedrock "
44+ _AWS_BEDROCK_SYSTEM : str = "aws.bedrock "
4545
4646_logger = logging .getLogger (__name__ )
4747# Set logger level to DEBUG
Original file line number Diff line number Diff line change 2828_BEDROCK_DATASOURCE_ID : str = "DataSourceId"
2929_BEDROCK_GUARDRAIL_ID : str = "GuardrailId"
3030_BEDROCK_KNOWLEDGEBASE_ID : str = "KnowledgeBaseId"
31- _GEN_AI_SYSTEM : str = "aws_bedrock "
31+ _GEN_AI_SYSTEM : str = "aws.bedrock "
3232_GEN_AI_REQUEST_MODEL : str = "genAiReuqestModelId"
3333_SECRET_ARN : str = "arn:aws:secretsmanager:us-west-2:000000000000:secret:testSecret-ABCDEF"
3434_TOPIC_ARN : str = "topicArn"
You can’t perform that action at this time.
0 commit comments