Add unique_id to scrape (#24621)

This commit is contained in:
epenet 2022-10-24 18:52:29 +02:00 committed by GitHub
parent 2fdb587ce8
commit ff54f39052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,6 +93,10 @@ headers:
description: Headers to use for the web request.
required: false
type: string
unique_id:
description: An ID that uniquely identifies this scrape entity.
required: false
type: string
{% endconfiguration %}
## Examples