We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6283264 commit 74646bfCopy full SHA for 74646bf
1 file changed
opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp/__init__.py
@@ -25,8 +25,9 @@
25
* ReportsHeartbeat
26
* AcceptsRemoteConfig
27
* ReportsRemoteConfig
28
+* ReportsEffectiveConfig
29
-These capabilities are enough to get a remote config from an opamp server, parse it, apply it and ack it.
30
+These capabilities are enough to get a remote config from an OpAMP server, parse it, apply it and ack it.
31
32
While the client supports pluggable transports, only an HTTP backends using the ``requests`` library is
33
implemented. Adding WebSocket support shouldn't be hard but it will require some rework in the OpAMPAgent
0 commit comments