Skip to content

Commit

Permalink
feat: modify namespace and metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMin5 committed Sep 7, 2024
1 parent 820474f commit d9097c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/plugin/metrics/Projects/issue/namespace.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
namespace_id: ns-jira-software-projects-issue
namespace_id: ns-jira-projects-issue
name: Projects/Issue
category: ASSET
resource_type: inventory.CloudService:jira_software.Projects.Issue
group: jira_software
resource_type: inventory.CloudService:jira.Projects.Issue
group: jira
icon: https://spaceone-custom-assets.s3.ap-northeast-2.amazonaws.com/console-assets/icons/jira-icon.png"
version: '1.0'
6 changes: 3 additions & 3 deletions src/plugin/metrics/Projects/issue/projects_issue_count.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
metric_id: metric-jira-software-projects-issue-count
metric_id: metric-jira-projects-issue-count
name: Project Count
metric_type: GAUGE
resource_type: inventory.CloudService:jira_software.Projects.Issue
resource_type: inventory.CloudService:jira.Projects.Issue
query_options:
group_by:
- key: data.fields.project.name
Expand All @@ -20,5 +20,5 @@ query_options:
value:
operator: count
unit: Count
namespace_id: ns-jira-software-projects-issue
namespace_id: ns-jira-projects-issue
version: '1.0'

0 comments on commit d9097c1

Please sign in to comment.