elastic / elastic/apm-server

apm server does not send the unit field with metrics.

Open
#11,433 4 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Go
Stars
1.3k
Forks
543
Avg merge
1d 18h
Merged PRs (30d)
109

Description

**APM Server version** (`8.9`):

**Description of the problem including expected versus actual behavior**:
apm server does not send the unit field with metrics.
```
"metricset": {
"name": "app",
"samples": [
{
"name": "system.memory.usage",
"type": "counter",
"value": 5137465344
}
]
}
},
```
**Steps to reproduce**:

1. Send `hostmetrics` data from an OpenTelemetry collector, v0.82.0
2. to apm server v8.9

**Provide logs (if relevant)**:

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.