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
jmx values like these are being exposed to prometheus (as expected):
,"debezium.oracle:type=connector-metrics,context=streaming,server=my-topicoracle,attr=QueueRemainingCapacity":81920
,"debezium.oracle:type=connector-metrics,context=streaming,server=my-topicoracle,attr=MiningSessionUserGlobalAreaMemoryInBytes":7595872
BUT issue is metrics like these were the values contain quotes are not being sent:
,"debezium.oracle:type=connector-metrics,context=streaming,server=my-topicoracle,attr=CurrentScn":"521761522525"
,"debezium.oracle:type=connector-metrics,context=streaming,server=my-topicoracle,attr=LastEvent":"position: {scn: 6533}, key: {"ID" : "421", "CONTRACT_NUMBER" : "redac", "ATTRIB4" : null}"
The text was updated successfully, but these errors were encountered:
I have this config:
jmx values like these are being exposed to prometheus (as expected):
,"debezium.oracle:type=connector-metrics,context=streaming,server=my-topicoracle,attr=QueueRemainingCapacity":81920
,"debezium.oracle:type=connector-metrics,context=streaming,server=my-topicoracle,attr=MiningSessionUserGlobalAreaMemoryInBytes":7595872
BUT issue is metrics like these were the values contain quotes are not being sent:
,"debezium.oracle:type=connector-metrics,context=streaming,server=my-topicoracle,attr=CurrentScn":"521761522525"
,"debezium.oracle:type=connector-metrics,context=streaming,server=my-topicoracle,attr=LastEvent":"position: {scn: 6533}, key: {"ID" : "421", "CONTRACT_NUMBER" : "redac", "ATTRIB4" : null}"
The text was updated successfully, but these errors were encountered: