zalando-zmon/zmon-aws-agent

use stack_version instead of application_version

Closed this issue · 2 comments

Jan-M commented

As we no longer enforce new application versions, entity ids become hard to read.

I dont even know why this was ever done differently :D (blaming myself)

Jan-M commented

image

Maybe even use stack_name and stack_version. Screenshot sows two stacks. And we even have scenarios where two stack names have same application id.

@hjacobs thoughts on this?

👍 for using stack_version.

I'm not sure whether we should use stack_name instead of application_id as the application ID is globally unique and the stack_name is not.