Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions instruction/deliverable8Metrics/deliverable8Metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,12 +256,17 @@ Once this is all working you should have something like this:

![Metric dashboard](metricDashboard.png)

Get the [public URL](../deliverable8Metrics/deliverable8Metrics.md#make-your-dashboard-public) for your dashboard and submit it to the Canvas assignment. This should look something like this:

Get the [public URL](../deliverable8Metrics/deliverable8Metrics.md#make-your-dashboard-public) for your dashboard and submit it to the Canvas assignment. Your URL **must include a specific time range** showing a window when your metrics were actively recording data. To get this URL, set the dashboard time range to a period with nonzero data, then copy the full URL from your browser's address bar — it will include `from` and `to` query parameters. This allows the TAs to verify your metrics at the exact time they were generated.

The submitted URL should look something like this:

```txt
https://youraccounthere.grafana.net/public-dashboards/29305se9fsacc66a21fa91899b75734
https://youraccounthere.grafana.net/public-dashboards/29305se9fsacc66a21fa91899b75734?from=2026-03-26T19:09:00.000Z&to=2026-03-26T19:14:00.000Z&timezone=browser
```


> [!IMPORTANT]
>
> A URL without a time range will **not** be accepted. Make sure you test your time-ranged URL in an incognito window before submitting. If the TA cannot see nonzero data in the specified window, your submission will be rejected.
Comment on lines +266 to +269
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for working to make this better. I think your are on to something.

This part feels a bit strong and repeats itself. Maybe instead use language such as:

The time-range makes it easier for the TA to grade your work. Without the time range, the TA may not be able to correctly evaluate your work.

### Rubric

| Percent | Item |
Expand Down