Documentation
¶
Overview ¶
Package cloudwatch implements AWS CloudWatch's Smithy RPC-v2-CBOR protocol as a server.Handler.
Modern aws-sdk-go-v2 CloudWatch clients no longer use the AWS query protocol — they send CBOR-encoded request bodies to URLs like /service/GraniteServiceVersion20100801/operation/<Operation>, with headers:
Smithy-Protocol: rpc-v2-cbor Content-Type: application/cbor
This handler matches those requests, decodes CBOR, dispatches to the monitoring driver, and writes CBOR responses.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.