Merge "Add vanity names to telemetry polling notifications"

This commit is contained in:
Zuul 2023-03-24 15:31:15 +00:00 committed by Gerrit Code Review
commit 7dd58d6f75
1 changed files with 2 additions and 0 deletions

View File

@ -31,7 +31,9 @@ class TelemetryIpc(endpoint.SampleEndpoint):
unit=sample_dict['counter_unit'],
volume=sample_dict['counter_volume'],
user_id=sample_dict['user_id'],
user_name=sample_dict['user_name'],
project_id=sample_dict['project_id'],
project_name=sample_dict['project_name'],
resource_id=sample_dict['resource_id'],
timestamp=sample_dict['timestamp'],
resource_metadata=sample_dict['resource_metadata'],