DataDog / agent-payload

Payload format description for communication between the agent and the Datadog backend
BSD 3-Clause "New" or "Revised" License
21 stars 19 forks source link

Rename `statsByStatusCode` to statsByErrorCode #320

Closed DanielLavie closed 5 months ago

DanielLavie commented 5 months ago

What does this PR do?

Renames the statsByStatusCode field in KafkaAggregation to statsByErrorCode. Renaming a proto field doesn't break the wire protocol, so backward compatibility is not a concern in this case.