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

metrics(ticdc): changefeed metrics add namespace label #5311

Merged
merged 24 commits into from
May 6, 2022

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    3ee5318 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into add-namespace-inf…

    …o-into-changefeed
    
    # Conflicts:
    #	pkg/cmd/cli/cli_changefeed_helper.go
    sdojjy committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    065eeca View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. fix lint

    sdojjy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    4c6ef95 View commit details
    Browse the repository at this point in the history
  2. fix lint

    sdojjy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    cfda39b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1e26a0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c8668 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4be6cd View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Configuration menu
    Copy the full SHA
    05644ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2820daa View commit details
    Browse the repository at this point in the history
  3. fix test utils compile error

    sdojjy committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    0e2599b View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Merge branch 'master' into add-namespace-info-into-changefeed

    # Conflicts:
    #	cdc/kv/client.go
    #	cdc/kv/client_bench_test.go
    #	cdc/kv/client_test.go
    #	cdc/kv/region_worker.go
    #	cdc/processor/pipeline/puller.go
    #	cdc/processor/processor.go
    #	cdc/puller/puller_test.go
    #	cdc/sink/mq/mq.go
    #	cdc/sink/mysql/mysql.go
    sdojjy committed May 5, 2022
    Configuration menu
    Copy the full SHA
    e81fea4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eae9ced View commit details
    Browse the repository at this point in the history
  3. fix metrics error

    sdojjy committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6a4149e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c74d78a View commit details
    Browse the repository at this point in the history
  5. fix metrics error

    sdojjy committed May 5, 2022
    Configuration menu
    Copy the full SHA
    9f21ea0 View commit details
    Browse the repository at this point in the history
  6. Update cdc/contextutil/ctx.go

    Co-authored-by: dongmen <20351731+asddongmen@users.noreply.github.com>
    sdojjy and asddongmen authored May 5, 2022
    Configuration menu
    Copy the full SHA
    b36eb23 View commit details
    Browse the repository at this point in the history
  7. Update cdc/contextutil/ctx.go

    Co-authored-by: dongmen <20351731+asddongmen@users.noreply.github.com>
    sdojjy and asddongmen authored May 5, 2022
    Configuration menu
    Copy the full SHA
    f3172ff View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'origin/metrics-add-namespace-label' int…

    …o metrics-add-namespace-label
    sdojjy committed May 5, 2022
    Configuration menu
    Copy the full SHA
    387a8a4 View commit details
    Browse the repository at this point in the history
  9. fix ut

    sdojjy committed May 5, 2022
    Configuration menu
    Copy the full SHA
    afe4db6 View commit details
    Browse the repository at this point in the history
  10. fix ut

    sdojjy committed May 5, 2022
    Configuration menu
    Copy the full SHA
    e7f1358 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6921da View commit details
    Browse the repository at this point in the history
  12. fix lint

    sdojjy committed May 5, 2022
    Configuration menu
    Copy the full SHA
    fb27ee1 View commit details
    Browse the repository at this point in the history
  13. Merge remote-tracking branch 'upstream/master' into metrics-add-names…

    …pace-label
    
    # Conflicts:
    #	cdc/contextutil/ctx.go
    #	cdc/entry/mounter.go
    #	cdc/kv/client.go
    #	cdc/kv/region_worker.go
    #	cdc/kv/token_region.go
    #	cdc/model/changefeed.go
    #	cdc/owner/changefeed.go
    #	cdc/owner/owner.go
    #	cdc/processor/pipeline/sorter.go
    #	cdc/processor/processor.go
    #	cdc/puller/puller.go
    #	cdc/redo/writer/file.go
    #	cdc/redo/writer/file_test.go
    #	cdc/redo/writer/writer.go
    #	cdc/sink/buffer_sink.go
    #	cdc/sink/metrics/statistics.go
    #	cdc/sink/mq/producer/kafka/metrics.go
    #	cdc/sink/mysql/mysql.go
    #	cdc/sink/sink_manager.go
    #	cdc/sorter/leveldb/sorter.go
    #	cdc/sorter/memory/entry_sorter.go
    #	cdc/sorter/unified/heap_sorter.go
    #	cdc/sorter/unified/merger.go
    #	cdc/sorter/unified/unified_sorter.go
    sdojjy committed May 5, 2022
    Configuration menu
    Copy the full SHA
    955f038 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    bf308bf View commit details
    Browse the repository at this point in the history