Skip to content

feat(gcp-resources): Add Error Reporting#6326

Merged
kodiakhq[bot] merged 2 commits intocloudquery:mainfrom
erezrokah:feat/gcp_errorreporting
Jan 3, 2023
Merged

feat(gcp-resources): Add Error Reporting#6326
kodiakhq[bot] merged 2 commits intocloudquery:mainfrom
erezrokah:feat/gcp_errorreporting

Conversation

@erezrokah
Copy link
Copy Markdown
Member

Summary

Relevant API https://cloud.google.com/error-reporting/reference/rest

Notes

  • To get the error event we need the error group id hence the relation
  • There's also pb.ErrorGroup (see here) but that data is available via ErrorGroupStats.Group so no need for an additional table (also there's no list method to get only error groups)

@erezrokah erezrokah added the automerge Automatically merge once required checks pass label Jan 3, 2023
@cq-bot cq-bot added gcp labels Jan 3, 2023
@github-actions
Copy link
Copy Markdown

github-actions bot commented Jan 3, 2023

This PR has the following changes to source plugin(s) tables:

  • Table gcp_clouderrorreporting_error_events was added
  • Table gcp_clouderrorreporting_error_group_stats was added

@kodiakhq kodiakhq bot merged commit 1fae862 into cloudquery:main Jan 3, 2023
kodiakhq bot pushed a commit that referenced this pull request Jan 5, 2023
🤖 I have created a release *beep* *boop*
---


## [5.5.0](plugins-source-gcp-v5.4.0...plugins-source-gcp-v5.5.0) (2023-01-05)


### Features

* **gcp-resources:** Add Bigtable admin resources ([#6250](#6250)) ([3fedb35](3fedb35))
* **gcp-resources:** Add Billing Budgets ([#6251](#6251)) ([8327d51](8327d51))
* **gcp-resources:** Add Binary Authorization ([#6309](#6309)) ([ff0713a](ff0713a))
* **gcp-resources:** Add Certificate Manager ([#6311](#6311)) ([63a5681](63a5681))
* **gcp-resources:** Add Cloud Deploy ([#6321](#6321)) ([154d1e9](154d1e9))
* **gcp-resources:** Add Cloud IoT ([#6355](#6355)) ([28d6dcd](28d6dcd))
* **gcp-resources:** Add Error Reporting ([#6326](#6326)) ([1fae862](1fae862))


### Bug Fixes

* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.17.2 ([#6260](#6260)) ([805972a](805972a))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.18.0 ([#6339](#6339)) ([158365a](158365a))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.19.0 ([#6363](#6363)) ([ae6967c](ae6967c))
* **deps:** Update module github.com/cloudquery/plugin-sdk to v1.20.0 ([#6376](#6376)) ([d6187ec](d6187ec))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge once required checks pass

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants