Skip to content

Instantly share code, notes, and snippets.

@matschaffer
Created April 28, 2022 01:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matschaffer/44145fb83e3e5fbc2ab6764fd59660d0 to your computer and use it in GitHub Desktop.
Save matschaffer/44145fb83e3e5fbc2ab6764fd59660d0 to your computer and use it in GitHub Desktop.
{
"agent" : {
"name" : "opentelemetry/go",
"version" : "1.5.0"
},
"data_stream.namespace" : "default",
"data_stream.type" : "metrics",
"processor" : {
"name" : "metric",
"event" : "metric"
},
"metricset.name" : "app",
"observer" : {
"hostname" : "19ab28d7c46a",
"id" : "d6890650-f58f-4d44-a3c9-b939f5e77eba",
"ephemeral_id" : "88806b22-f76a-4691-8986-d151e8ea113f",
"type" : "apm-server",
"version" : "8.1.3",
"version_major" : 8
},
"@timestamp" : "2022-04-27T02:51:31.088Z",
"ecs" : {
"version" : "1.12.0"
},
"service" : {
"name" : "unknown_service_sendotlp",
"language" : {
"name" : "go"
}
},
"data_stream.dataset" : "apm.app.unknown_service_sendotlp",
"event" : {
"agent_id_status" : "missing",
"ingested" : "2022-04-27T02:51:32Z"
},
"float64_counter" : 1,
"int64_histogram" : {
"counts" : [
1,
2,
3
],
"values" : [
5.5,
55,
550
]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment