You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The Agent should use the offered certificate to connect to the destination
// from now on. If the Agent is able to validate and connect using the offered
// certificate the Agent SHOULD forget any previous client certificates
// for this connection.
// This field is optional: if omitted the client SHOULD NOT use a client-side certificate.
// This field can be used to perform a client certificate revocation/rotation.
TLSCertificatecertificate=3;
}
This leaves an ambiguity to the agent on whether to use the OTLP gRPC exporter or HTTP exporter to report its own telemetry. The TelemetryConnectionSettings should be extended to support all exporter config options.
The text was updated successfully, but these errors were encountered:
It's not possible to set
protocol
,compression
,timeout
, etc.. options with theTelemetryConnectionSettings
opamp-spec/proto/opamp.proto
Lines 269 to 293 in 36c8e0a
This leaves an ambiguity to the agent on whether to use the OTLP gRPC exporter or HTTP exporter to report its own telemetry. The
TelemetryConnectionSettings
should be extended to support all exporter config options.The text was updated successfully, but these errors were encountered: