Changes
Updating the analytics debug logging.
Logging every time a metric was added is incredibly noisy and not that accurate because it doesn't give you an indication of what actually gets sent to the /metrics endpoint at the end.
Replaced it with a log where we dump the analytics object before sending the metrics request. This will let us and customers debug what is being sent and why targets may not be being added.
Changes Updating the analytics debug logging. Logging every time a metric was added is incredibly noisy and not that accurate because it doesn't give you an indication of what actually gets sent to the /metrics endpoint at the end. Replaced it with a log where we dump the analytics object before sending the metrics request. This will let us and customers debug what is being sent and why targets may not be being added.