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

[exporter/kafka] Impelement partitioning for OTLP metrics #31315

Merged
merged 49 commits into from
Apr 29, 2024

Commits on Feb 22, 2024

  1. Impelement partitioning for OTLP metrics

    SHaaD94 authored and Evgeniy Zuykin committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1380a2a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

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

Commits on Feb 27, 2024

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

Commits on Mar 4, 2024

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

Commits on Mar 11, 2024

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

Commits on Mar 12, 2024

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

Commits on Mar 14, 2024

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

Commits on Mar 18, 2024

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

    SHaaD94 committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    82c9e64 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    740ec99 View commit details
    Browse the repository at this point in the history
  2. Use existing hash function

    SHaaD94 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    deca155 View commit details
    Browse the repository at this point in the history
  3. Add github issue

    SHaaD94 committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    ccd1fef View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

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

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    e536f98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25c61a5 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    SHaaD94 committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    9b4bea7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

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

Commits on Mar 26, 2024

  1. Update exporter/kafkaexporter/README.md

    Co-authored-by: Curtis Robert <crobert@splunk.com>
    SHaaD94 and crobert-1 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    244ca03 View commit details
    Browse the repository at this point in the history
  2. Update pkg/pdatautil/hash_test.go

    Co-authored-by: Curtis Robert <crobert@splunk.com>
    SHaaD94 and crobert-1 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    b4e20e9 View commit details
    Browse the repository at this point in the history
  3. add missed %v

    SHaaD94 committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    925ed8b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f43023 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    593702b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b602a8b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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

Commits on Mar 28, 2024

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

Commits on Mar 30, 2024

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

Commits on Mar 31, 2024

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

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

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

Commits on Apr 6, 2024

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

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

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

Commits on Apr 11, 2024

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

Commits on Apr 12, 2024

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

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    13d6284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e09d644 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    965631f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b66537a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c5502d View commit details
    Browse the repository at this point in the history
  4. Update exporter/kafkaexporter/go.mod

    Co-authored-by: Curtis Robert <crobert@splunk.com>
    SHaaD94 and crobert-1 committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    6203927 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2628a01 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. lint

    SHaaD94 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    e56a50e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c74f6c7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'balance-metrics-by-resources' of github.com:SHaaD94/ope…

    …ntelemetry-collector-contrib into balance-metrics-by-resources
    SHaaD94 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    4e5ee2f View commit details
    Browse the repository at this point in the history
  4. tidy

    SHaaD94 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8784607 View commit details
    Browse the repository at this point in the history
  5. do not mutate messages

    SHaaD94 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d161c6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f14f588 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    22dd715 View commit details
    Browse the repository at this point in the history