Skip to content

Commit

Permalink
Fix screenshot for Monitoring doc (#2355)
Browse files Browse the repository at this point in the history
* Fix screenshot

* Update results_dir

* Results dir
  • Loading branch information
pamelafox authored Feb 12, 2025
1 parent 75809fe commit 98833b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ By default, deployed apps use Application Insights for the tracing of each reque
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.
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:

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

## Failures

Expand Down
2 changes: 1 addition & 1 deletion evals/evaluate_config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"testdata_path": "ground_truth.jsonl",
"results_dir": "results/gpt-4o-mini",
"results_dir": "results/experiment<TIMESTAMP>",
"requested_metrics": ["gpt_groundedness", "gpt_relevance", "answer_length", "latency", "citations_matched", "any_citation"],
"target_url": "http://localhost:50505/chat",
"target_parameters": {
Expand Down

0 comments on commit 98833b9

Please sign in to comment.