Skip to content
This repository was archived by the owner on May 14, 2024. It is now read-only.

Support for dynamic Telemetries #6

Open
lanwin opened this issue Jun 14, 2017 · 0 comments
Open

Support for dynamic Telemetries #6

lanwin opened this issue Jun 14, 2017 · 0 comments

Comments

@lanwin
Copy link
Contributor

lanwin commented Jun 14, 2017

Maybe something like this could work.

static class Telemetry
{
    public static TimerPart Timer(string name){
       return new TimerPart();
    }

    public class TimerPart 
    {
        public static readonly Counter Bar = Telemeter.Counter();
    }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant