Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added optional text, and desc (#118) #119

Merged
merged 2 commits into from
Mar 20, 2024
Merged
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
8 changes: 4 additions & 4 deletions configs/5-1-fetcher-azure.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@
{
"type": "multi-select",
"name": "resource.group.ids",
"label": "Resource group names",
"label": "Resource group names (Optional)",
"required": false,
"description": "",
"description": "If left empty, Logz.io will pull all the resource groups under the subscription",
"hint": "",
"value": [],
"allowCustom": true,
Expand All @@ -88,7 +88,7 @@
{
"type": "key-value",
"name": "tags",
"label": "Tags",
"label": "Tags (Optional)",
"required": false,
"description": "",
"hint": "",
Expand All @@ -97,7 +97,7 @@
{
"type": "multi-select",
"name": "resource.types",
"label": "Resource Type",
"label": "Resource Type (Optional)",
"description": "Send metrics that include any of these resource types.",
"required": false,
"hint": "To send all resource types of the project select 'All services'",
Expand Down
Loading