GlobeBMG / GBMG.Monitoring

GBMG monitoring and telemetry abstraction
MIT License
0 stars 0 forks source link

Metric naming conventions #2

Open chrisproud opened 8 years ago

chrisproud commented 8 years ago

Discussion to agree naming convention for all metrics.

[ApplicationName].[Section].[Path0].[Path1]...[PathN]

aeagle commented 8 years ago

I’m for pulling the ApplicationName from the config in this case and specifying everything else in the call. As Dan said, this is unlikely to change per app.

aeagle commented 8 years ago

Though, that actually can be done outside the lib with whatever helper generates the key, so not really a consideration for the library itself.

msancho commented 8 years ago

Didn't see this other issue.