Code review comment for ~andyliuliming/cloud-init:reporting

Revision history for this message
Andy (andyliuliming) wrote :

Hi Cloud-init owners,
In this PR, one option to send the cloud init events to the kvp pool is added.
Customers can do config like this:

cat > /etc/cloud/cloud.cfg.d/06_reporting.cfg << EOF
reporting:
    logging:
        type: log
    telemetry:
        type: hyperv
EOF

Then the events would be send into the kvp pool.

Thanks,
Andy

« Back to merge proposal