Skip to content

Commit

Permalink
Update telemetry collection for android/java agent
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWert committed Jul 19, 2022
1 parent ca5bbcb commit 5176111
Showing 1 changed file with 87 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2602,6 +2602,9 @@
"properties": {
"services_per_agent": {
"properties": {
"android/java": {
"type": "long"
},
"dotnet": {
"type": "long"
},
Expand Down Expand Up @@ -2672,6 +2675,90 @@
},
"agents": {
"properties": {
"android/java": {
"properties": {
"agent": {
"properties": {
"version": {
"type": "array",
"items": {
"type": "keyword"
}
}
}
},
"service": {
"properties": {
"framework": {
"properties": {
"name": {
"type": "array",
"items": {
"type": "keyword"
}
},
"version": {
"type": "array",
"items": {
"type": "keyword"
}
},
"composite": {
"type": "array",
"items": {
"type": "keyword"
}
}
}
},
"language": {
"properties": {
"name": {
"type": "array",
"items": {
"type": "keyword"
}
},
"version": {
"type": "array",
"items": {
"type": "keyword"
}
},
"composite": {
"type": "array",
"items": {
"type": "keyword"
}
}
}
},
"runtime": {
"properties": {
"name": {
"type": "array",
"items": {
"type": "keyword"
}
},
"version": {
"type": "array",
"items": {
"type": "keyword"
}
},
"composite": {
"type": "array",
"items": {
"type": "keyword"
}
}
}
}
}
}
}
},
"dotnet": {
"properties": {
"agent": {
Expand Down

0 comments on commit 5176111

Please sign in to comment.