File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,18 @@ You can manually activate the environment:
3535source .venv/bin/activate
3636```
3737
38- ### 3. Update the creds in ` .env ` file
38+ ### 3. Update the envs in ` .env ` file
39+
40+ Update ** AWS Bedrock** creds such as
41+ - AWS_ACCESS_KEY_ID
42+ - AWS_SECRET_ACCESS_KEY
43+ - AWS_SESSION_TOKEN
44+
45+ Update Serper credential
46+ - SERPER_API_KEY
47+
48+ Refer following documentation to know about ** Traceloop environmental variables** :
49+ https://www.ibm.com/docs/en/instana-observability/1.0.300?topic=started-traceloop-instrumentation#configuring-the-environment
3950
4051### 4. For the collection of metrics, Install OTel Data Collector for GenAI (ODCG)
4152
@@ -55,7 +66,3 @@ uv run main.py
5566![ Trace2] ( assets/image-1.png )
5667![ Metrics] ( assets/image-2.png )
5768
58- ## References
59-
60- 1 . Traceloop configuration: https://www.ibm.com/docs/en/instana-observability/1.0.300?topic=started-traceloop-instrumentation#configuring-the-environment
61-
You can’t perform that action at this time.
0 commit comments