EricJoy2048 commented on PR #6040:
URL: https://github.com/apache/seatunnel/pull/6040#issuecomment-1865493266

   > > I found another issue: The metrics were not serialized in CamelCase 
format.
   > > ```
   > > curl --location --request GET 
'http://seatunnel-svc:5801/hazelcast/rest/maps/finished-jobs/FINISHED' \
   > > --header 'User-Agent: Apifox/1.0.0 (https://www.apifox.cn)' \
   > > --header 'Accept: */*' \
   > > --header 'Host: seatunnel-svc:5801' \
   > > --header 'Connection: keep-alive'
   > > 
   > > [
   > >     {
   > >         "jobId": "790041833823535105",
   > >         "jobName": "fake-to-console",
   > >         "jobStatus": "FINISHED",
   > >         "errorMsg": null,
   > >         "createTime": "2023-12-21 02:24:11",
   > >         "finishTime": "2023-12-21 02:24:13",
   > >         "jobDag": {
   > >             "jobId": 790041833823535105,
   > >             "pipelineEdges": {
   > >                 "1": [
   > >                     {
   > >                         "inputVertexId": 1,
   > >                         "targetVertexId": 2
   > >                     }
   > >                 ]
   > >             },
   > >             "vertexInfoMap": {
   > >                 "1": {
   > >                     "vertexId": 1,
   > >                     "type": "SOURCE",
   > >                     "connectorType": "pipeline-1 [Source[0]-FakeSource]"
   > >                 },
   > >                 "2": {
   > >                     "vertexId": 2,
   > >                     "type": "SINK",
   > >                     "connectorType": "pipeline-1 
[Sink[0]-Console-MultiTableSink]"
   > >                 }
   > >             }
   > >         },
   > >         "metrics": {
   > >             "SourceReceivedCount": "10000",
   > >             "SinkWriteCount": "10000"
   > >         }
   > >     }
   > > ]
   > > ```
   > 
   > Thanks for reminding me, I will enrich the metrics in another PR.
   
   Please create an issue for it, let us not lost it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to