Skip to content

Commit 74646bf

Browse files
committed
Add missing ReportsEffectiveConfig capability in documentation
1 parent 6283264 commit 74646bf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp

opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@
2525
* ReportsHeartbeat
2626
* AcceptsRemoteConfig
2727
* ReportsRemoteConfig
28+
* ReportsEffectiveConfig
2829
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.
3031
3132
While the client supports pluggable transports, only an HTTP backends using the ``requests`` library is
3233
implemented. Adding WebSocket support shouldn't be hard but it will require some rework in the OpAMPAgent

0 commit comments

Comments
 (0)