I would like to have some generic JSON format to wrap a specific method.
Until now, we know that metrics have two basic information, that is the following:
- metrics_name,
- version
- metadata
- metrics_data
So we can do as the RPC interface does, so we wrap metrics inside this generic interface.
For now, it is only an idea, that I put here
I would like to have some generic JSON format to wrap a specific method.
Until now, we know that metrics have two basic information, that is the following:
So we can do as the RPC interface does, so we wrap metrics inside this generic interface.
For now, it is only an idea, that I put here