Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

*: replace capture ID with address in metrics #686

Merged
merged 9 commits into from
Jun 24, 2020

Conversation

overvenus
Copy link
Member

What problem does this PR solve?

Replace capture ID with address in metrics

Check List

Tests

  • Manual test (add detailed scripts or steps below)

Code changes

  • Has exported variable/fields change
  • Has persistent data change

Related changes

  • Need to cherry-pick to the release branch

Release note

  • No release note

Signed-off-by: Neil Shen <overvenus@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
@overvenus overvenus added the subject/usability Denotes an issue or pull request is related to usability. label Jun 23, 2020
@overvenus
Copy link
Member Author

/run-integration-tests

Comment on lines +2 to +12
"__inputs": [
{
"name": "DS_TEST-CLUSTER",
"label": "test-cluster",
"description": "",
"type": "datasource",
"pluginId": "prometheus",
"pluginName": "Prometheus"
}
],
"__requires": [
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I add these two back, are they compatible with tiup? @lichunzhu

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think they are compatible with tiup. @overvenus

@pingcap pingcap deleted a comment from overvenus Jun 23, 2020
Signed-off-by: Neil Shen <overvenus@gmail.com>
Copy link
Contributor

@zier-one zier-one left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@overvenus
Copy link
Member Author

/run-integration-tests

@overvenus
Copy link
Member Author

/run-integration-tests

@amyangfei amyangfei modified the milestone: v5.0.0 Jun 24, 2020
@overvenus
Copy link
Member Author

/run-integration-tests

cdc/processor.go Outdated Show resolved Hide resolved
cdc/processor.go Outdated Show resolved Hide resolved
Copy link
Contributor

@amyangfei amyangfei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides, the integration test failure was caused by Error: new server: advertise address must be specified as a valid IP, we need to update some --addr parameter in the availability test

overvenus and others added 3 commits June 24, 2020 14:52
Co-authored-by: amyangfei <amyangfei@gmail.com>
Signed-off-by: Neil Shen <overvenus@gmail.com>
@overvenus
Copy link
Member Author

/run-integration-tests

1 similar comment
@amyangfei
Copy link
Contributor

/run-integration-tests

Copy link
Contributor

@amyangfei amyangfei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@amyangfei amyangfei added the LGT2 label Jun 24, 2020
@overvenus
Copy link
Member Author

/run-integration-tests

@codecov-commenter
Copy link

Codecov Report

Merging #686 into master will decrease coverage by 0.5159%.
The diff coverage is 38.1443%.

@@               Coverage Diff                @@
##             master       #686        +/-   ##
================================================
- Coverage   32.1609%   31.6450%   -0.5160%     
================================================
  Files            89         90         +1     
  Lines          8899       9082       +183     
================================================
+ Hits           2862       2874        +12     
- Misses         5801       5972       +171     
  Partials        236        236                

@amyangfei
Copy link
Contributor

/merge

@overvenus overvenus merged commit 5d74cae into pingcap:master Jun 24, 2020
@overvenus overvenus deleted the metrics branch June 24, 2020 09:33
5kbpers pushed a commit to 5kbpers/ticdc that referenced this pull request Aug 24, 2020
* metrics: refine grafan dashboard
* *: replace capture ID with address in metrics
* sink: sanitize kafka name
* Update scripts/check-copyright.sh
* use 127.0.0.1 in tests

Signed-off-by: Neil Shen <overvenus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subject/usability Denotes an issue or pull request is related to usability.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants