We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb0462 commit 3c1be91Copy full SHA for 3c1be91
opamp/opentelemetry-opamp-client/src/opentelemetry/_opamp/__init__.py
@@ -54,7 +54,7 @@
54
55
56
def opamp_handler(agent: OpAMPAgent, client: OpAMPClient, message: opamp_pb2.ServerToAgent):
57
- for config_filename, config in client.decode_remote_config(message.remote_config):
+ for config_filename, config in message.remote_config.config.config_map.items():
58
print("do something")
59
60
0 commit comments