@@ -104,26 +104,10 @@ export class FleetAgentInfoDetailsV2 {
104104 * The operating system version.
105105 */
106106 "osVersion" ?: string ;
107- /**
108- * OpenTelemetry collector deployment types associated with the agent.
109- */
110- "otelCollectorDeploymentTypes" ?: Array < string > ;
111- /**
112- * OpenTelemetry collector distributions associated with the agent.
113- */
114- "otelCollectorDistributions" ?: Array < string > ;
115- /**
116- * List of OpenTelemetry collector versions (if applicable).
117- */
118- "otelCollectorVersions" ?: Array < string > ;
119107 /**
120108 * OpenTelemetry collectors associated with the agent (if applicable).
121109 */
122110 "otelCollectors" ?: Array < { [ key : string ] : any } > ;
123- /**
124- * OpenTelemetry resource attributes reported by the agent.
125- */
126- "otelResourceAttributes" ?: Array < string > ;
127111 /**
128112 * Kubernetes pod name (if applicable).
129113 */
@@ -281,26 +265,10 @@ export class FleetAgentInfoDetailsV2 {
281265 baseName : "os_version" ,
282266 type : "string" ,
283267 } ,
284- otelCollectorDeploymentTypes : {
285- baseName : "otel_collector_deployment_types" ,
286- type : "Array<string>" ,
287- } ,
288- otelCollectorDistributions : {
289- baseName : "otel_collector_distributions" ,
290- type : "Array<string>" ,
291- } ,
292- otelCollectorVersions : {
293- baseName : "otel_collector_versions" ,
294- type : "Array<string>" ,
295- } ,
296268 otelCollectors : {
297269 baseName : "otel_collectors" ,
298270 type : "Array<{ [key: string]: any; }>" ,
299271 } ,
300- otelResourceAttributes : {
301- baseName : "otel_resource_attributes" ,
302- type : "Array<string>" ,
303- } ,
304272 podName : {
305273 baseName : "pod_name" ,
306274 type : "string" ,
0 commit comments