The attribute otel.library.name has been deprecated in
favour of otel.scope.name, as per official documentation.
Issue-ID: POLICY-5542
Change-Id: Ief012ca4c9a5a4b18816ccf9c9d05a929830da4a
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
[Arguments] ${domain} ${service}
Log Creating session http://${domain}
${session}= Create Session jaeger http://${domain}
- ${tags}= Create Dictionary otel.library.name=io.opentelemetry.kafka-clients-2.6 messaging.system=kafka
+ ${tags}= Create Dictionary otel.scope.name=io.opentelemetry.kafka-clients-2.6 messaging.system=kafka
${tags_json}= evaluate json.dumps(${tags}) json
${params}= Create Dictionary service=${service} tags=${tags_json} operation=policy-acruntime-participant publish lookback=1h limit=10
${resp}= GET On Session jaeger /api/traces params=${params} expected_status=200