Skip to content

Commit

Permalink
[APM] Ensure telemetry data matches SO/telemetry mapping
Browse files Browse the repository at this point in the history
Closes #61802.
  • Loading branch information
dgieselaar committed Mar 31, 2020
1 parent 8da4680 commit 40abc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ export const tasks: TelemetryTask[] = [
.map(part => Number(part));

return {
versions: {
version: {
apm_server: {
major,
minor,
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/server/lib/apm_telemetry/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type TimeframeMapAll = Pick<TimeframeMap, 'all'>;
export type APMDataTelemetry = DeepPartial<{
has_any_services: boolean;
services_per_agent: Record<AgentName, number>;
versions: {
version: {
apm_server: {
minor: number;
major: number;
Expand Down

0 comments on commit 40abc94

Please sign in to comment.