sreArchived
4 messages
Patrick Jahnsalmost 5 years ago(edited)
Are you guys aware of any other json logging format standard besides the Elastic Common Schema ( https://www.elastic.co/what-is/ecs ) - been searching a bit but haven't found something more vendor neutral so far.
Also the opentelemetry spec regarding this aspect is from my point of view quite open - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#log-and-event-record-definition
Also the opentelemetry spec regarding this aspect is from my point of view quite open - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#log-and-event-record-definition
Eric Bergalmost 5 years ago
Regarding custom metrics (we're an AWS/k8s/Datadog shop), i'm trying to get ahead of my developers on the issue of custom metrics and how to represent situations where I want to represent ratios of successful or failed requests/events. For example, we have a routine for which we want to track success/failure as well as latency.
One approach is to have a single metric for all of these events and add a tag for
Another approach is to have discrete metrics for the success and failure counts...and maybe another one for the total number of requests.
I'd rather have separate metrics for success, failure, and one for a total number of requests.
Thanks for any input you have on this.
One approach is to have a single metric for all of these events and add a tag for
result where the values are success and fail .Another approach is to have discrete metrics for the success and failure counts...and maybe another one for the total number of requests.
I'd rather have separate metrics for success, failure, and one for a total number of requests.
Thanks for any input you have on this.
bradymalmost 5 years ago(edited)
We're currently testing out an ELK stack deployed via AWS Elasticsearch and I'm having a heck of a time understanding what permissions I'd need to give engineers for them to do things like create saved searches, create visualizations and notebooks. Anyone know a good reference for this? Maybe I'm just missing it somehow, but I've not been able to find anything like this in the documentation. Not sure if this is the best place to ask this, if there's somewhere better please let me know.
Andrew Nazarovalmost 5 years ago
Has anybody tried this service https://www.netdata.cloud/? Didn’t get the trick, no prices found.