Description
PHOENIX-6227 added a step to DDL for tables and views where CHANGE_DETECTION_ENABLED was true, where the table metadata would be exported to a schema registry service.
We should have metrics around this export process so that operators can monitor its health. Potential metrics include:
- CREATEs successfully exported
- ALTERs successfully exported
- Time taken for each request
- CREATEs unsuccessfully exported
- ALTERs unsuccessfully exported