-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Metricbeat] gcp: add dataproc metricset (#30008)
* Add dataproc metricset * Update metricbeat docs
- Loading branch information
Showing
20 changed files
with
560 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//// | ||
This file is generated! See scripts/mage/docs_collector.go | ||
//// | ||
|
||
[[metricbeat-metricset-gcp-dataproc]] | ||
[role="xpack"] | ||
=== Google Cloud Platform dataproc metricset | ||
|
||
beta[] | ||
|
||
include::../../../../x-pack/metricbeat/module/gcp/dataproc/_meta/docs.asciidoc[] | ||
|
||
|
||
==== Fields | ||
|
||
For a description of each field in the metricset, see the | ||
<<exported-fields-gcp,exported fields>> section. | ||
|
||
Here is an example document generated by this metricset: | ||
|
||
[source,json] | ||
---- | ||
include::../../../../x-pack/metricbeat/module/gcp/dataproc/_meta/data.json[] | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"@timestamp": "2016-05-23T08:05:34.853Z", | ||
"cloud": { | ||
"account": { | ||
"id": "elastic-apm" | ||
}, | ||
"provider": "gcp" | ||
}, | ||
"event": { | ||
"dataset": "gcp.dataproc", | ||
"duration": 115000, | ||
"module": "gcp" | ||
}, | ||
"gcp": { | ||
"labels": { | ||
"metrics": { | ||
"storage_class": "MULTI_REGIONAL" | ||
}, | ||
"resource": { | ||
"bucket_name": "artifacts.elastic-apm.appspot.com", | ||
"location": "us" | ||
} | ||
}, | ||
"dataproc": { | ||
"cluster": { | ||
"hdfs": { | ||
"datanodes": { | ||
"value": 15 | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"metricset": { | ||
"name": "dataproc", | ||
"period": 10000 | ||
}, | ||
"service": { | ||
"type": "gcp" | ||
} | ||
} |
41 changes: 41 additions & 0 deletions
41
x-pack/metricbeat/module/gcp/dataproc/_meta/data_cluster.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"@timestamp": "2016-05-23T08:05:34.853Z", | ||
"cloud": { | ||
"account": { | ||
"id": "elastic-apm" | ||
}, | ||
"provider": "gcp" | ||
}, | ||
"event": { | ||
"dataset": "gcp.dataproc", | ||
"duration": 115000, | ||
"module": "gcp" | ||
}, | ||
"gcp": { | ||
"labels": { | ||
"metrics": { | ||
"storage_class": "MULTI_REGIONAL" | ||
}, | ||
"resource": { | ||
"bucket_name": "artifacts.elastic-apm.appspot.com", | ||
"location": "us" | ||
} | ||
}, | ||
"dataproc": { | ||
"cluster": { | ||
"hdfs": { | ||
"datanodes": { | ||
"value": 15 | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"metricset": { | ||
"name": "dataproc", | ||
"period": 10000 | ||
}, | ||
"service": { | ||
"type": "gcp" | ||
} | ||
} |
Oops, something went wrong.