Experts,
My application has a subscriber, connected to AWS Kinesis, and based on some domain criterias the subscriber decides if some workflows should be started. My question is: i want to expose the Golang SDK metrics (for example the counter of started and finished workflows).
In my understanding, the started workflows counter is increased when i call the “startWorkflow” method in my client (subscriber), but i didn’t get where the finished workflow metric is increased… Is it in my workflow worker? I need to expose the metrics in both of my binaries?