Skip to content

ApplicationUsageEventEntity.getMemoryInMbPerInstances() naming #878

@JohannesRudolph

Description

@JohannesRudolph

ApplicationUsageEventEntity.getMemoryInMbPerInstances() is declared as follows:

  /**
   * The memory in mb by instances
   */
  @JsonProperty("memory_in_mb_per_instance")
  @Override
  public @Nullable Integer getMemoryInMbPerInstances() {
    return memoryInMbPerInstances;
  }

It would make more sense if the field would drop the plural "s" from the end and expose the field under the expected name.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions