Skip to content

Commit 98833b9

Browse files
authored
Fix screenshot for Monitoring doc (#2355)
* Fix screenshot * Update results_dir * Results dir
1 parent 75809fe commit 98833b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ By default, deployed apps use Application Insights for the tracing of each reque
1212
To see the performance data, go to the Application Insights resource in your resource group, click on the "Investigate -> Performance" blade and navigate to any HTTP request to see the timing data.
1313
To inspect the performance of chat requests, use the "Drill into Samples" button to see end-to-end traces of all the API calls made for any chat request:
1414

15-
![Tracing screenshot](docs/images/transaction-tracing.png)
15+
![Tracing screenshot](images/transaction-tracing.png)
1616

1717
## Failures
1818

evals/evaluate_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"testdata_path": "ground_truth.jsonl",
3-
"results_dir": "results/gpt-4o-mini",
3+
"results_dir": "results/experiment<TIMESTAMP>",
44
"requested_metrics": ["gpt_groundedness", "gpt_relevance", "answer_length", "latency", "citations_matched", "any_citation"],
55
"target_url": "http://localhost:50505/chat",
66
"target_parameters": {

0 commit comments

Comments
 (0)