Hey!
I would like to know if it’s possible to add custom tags or labels to the existent sdk metrics?, specifically at runtime, in my use case i would like to add the account id in order to be able to have metric about e.g how many workflow or activities and specific account executed in a range of time.
is this possible or should i create my own metrics?
Hi,
You can emit your own metrics but i don’t think you can add custom labels at runtime to the existing metrics, can you share the SDK?
I’m using the Java SDK and was wondering about metric dimensionality. In Spring Boot, HTTP and client metrics can be tagged/labeled with values like account SID, which adds filtering dimensions.
I was thinking we could apply the same approach to workflow metrics - for example, tagging workflow_completed events with account identifiers so I can track how many workflows have been completed per specific account. Of course, this could also be achieved by implementing our own custom business metrics.