Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 0 additions & 1 deletion content/scout/metrics-exporter.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Docker Scout metrics exporter
sitemap: false
description: |
Learn how to scrape data from Docker Scout using Prometheus to create your own
vulnerability and policy dashboards wiht Grafana
Expand Down
10 changes: 10 additions & 0 deletions content/scout/release-notes/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,16 @@ Docker Scout platform, including the Dashboard. For CLI release notes, refer to
Take a look at the [Docker Public Roadmap](https://github.com/docker/roadmap/projects/1)
for what's coming next.

## Q2 2024

New features and enhancements released in the second quarter of 2024.

### 2024-05-06

New HTTP endpoint that lets you scrape data from Docker Scout with Prometheus,
to create your own vulnerability and policy dashboards with Grafana. See
[Docker Scout metrics exporter](../metrics-exporter.md)

## Q1 2024

New features and enhancements released in the first quarter of 2024.
Expand Down
2 changes: 2 additions & 0 deletions data/toc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1398,6 +1398,8 @@ Manuals:
title: SBOM
- path: /scout/env-vars/
title: Environment variables
- path: /scout/metrics-exporter/
title: Metrics exporter
- sectiontitle: Policy Evaluation
section:
- path: /scout/policy/
Expand Down