Skip to content

Commit

Permalink
[Metricbeat] gcp.billing: uniform metricset's fields (elastic#28366)
Browse files Browse the repository at this point in the history
  • Loading branch information
endorama authored and wiwen committed Nov 1, 2021
1 parent e45cf08 commit 05b595a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions x-pack/metricbeat/module/gcp/billing/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
- name: billing
description: Google Cloud Billing metrics
release: beta
type: group
description: Google Cloud Billing metrics
fields:
- name: cost_type
type: keyword
description: Cost types include regular, tax, adjustment, and rounding_error.
- name: invoice_month
type: keyword
description: Billing report month.
- name: project_id
type: keyword
description: Project ID of the billing report belongs to.
- name: total
type: float
description: Total billing amount.
- name: cost_type
type: keyword
description: Cost types include regular, tax, adjustment, and rounding_error.
- name: invoice_month
type: keyword
description: Billing report month.
- name: project_id
type: keyword
description: Project ID of the billing report belongs to.
- name: total
type: float
description: Total billing amount.
2 changes: 1 addition & 1 deletion x-pack/metricbeat/module/gcp/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05b595a

Please sign in to comment.