[AWS] Add API Gateway metrics data stream #6188
Conversation
🌐 Coverage report
|
packages/aws/data_stream/apigateway_metrics/fields/package-fields.yml
Outdated
Show resolved
Hide resolved
|
@shmsr I was also confused by this for the longest time, not sure why AWS chose this naming scheme. Under https://docs.aws.amazon.com/apigateway/latest/developerguide/welcome.html, there are three "Working with..." for the supported APIs (HTTP, REST, WebSockets), each with variations in metrics/dimensions under Monitor/Metrics tab (ex: There are also some mentions of Snippet of event I got in |
|
Oh, okay. Thanks for sharing! |
Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com>
ecbca8a to
51571d1
Compare
shmsr
left a comment
There was a problem hiding this comment.
Looks good to me.
But as I'm still not much experienced with integrations as of now, I'd like to request you get another pair of eyes to review this PR. I might have missed something.
Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com>
Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com>
Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com>
Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com>
Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com>
Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com>
|
LGTM, I'll take a look at the documentation. |
zmoog
left a comment
There was a problem hiding this comment.
Please considers adding the latency doc from the other PR.
LGTM.
Co-authored-by: Maurizio Branca <maurizio.branca@elastic.co>
|
Package aws - 1.39.0 containing this change is available at https://epr.elastic.co/search?package=aws |
* Add sample event * Add changelog entry * Add stream * Add manifest * Add fields * Add manifest entry * Fix fields * Add icon * Update descriptions * Update package-fields description Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com> * Add unit and metric types * Add docs * Update packages/aws/_dev/build/docs/apigateway.md Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com> * Update packages/aws/docs/apigateway.md Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com> * Update packages/aws/manifest.yml Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com> * Update packages/aws/docs/apigateway.md Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com> * Update packages/aws/manifest.yml Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com> * Update packages/aws/_dev/build/docs/apigateway.md Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com> * Update packages/aws/data_stream/apigateway_metrics/manifest.yml Co-authored-by: Maurizio Branca <maurizio.branca@elastic.co> * fix apigateway docs --------- Co-authored-by: subham sarkar <sarkar.subhams2@gmail.com> Co-authored-by: Maurizio Branca <maurizio.branca@elastic.co>
What does this PR do?
Adds API Gateway metrics datastream which covers HTTP, REST and Websocket APIs.
Checklist
changelog.ymlfile.Author checklist
Related issues
Concerns #6058
Closes #6270