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

[chore] merge upstream/main #25

Merged
merged 22 commits into from
Aug 18, 2023
Merged

[chore] merge upstream/main #25

merged 22 commits into from
Aug 18, 2023

Commits on Jun 21, 2023

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

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    e64cf3f View commit details
    Browse the repository at this point in the history
  2. [demo] Bump OTel Collector chart version (open-telemetry#821)

    See: open-telemetry#817 (comment)
    
    Signed-off-by: Goutham <gouthamve@gmail.com>
    gouthamve authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5498e1b View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Feat/extra env from (open-telemetry#820)

    * feat(collector-chart): add extraEnvFrom support
    
    * chore(examples): adding examples
    paologallinaharbur authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    26c0c6e View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

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

Commits on Jul 5, 2023

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

Commits on Jul 6, 2023

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

Commits on Jul 7, 2023

  1. Adds short usage instructions to UPGRADING.md (open-telemetry#826)

    * Adds short usage instructions to UPGRADING.md
    
    * Updated chart version and regenerated examples
    nrekretep authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    c81b634 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

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

Commits on Jul 20, 2023

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

Commits on Jul 26, 2023

  1. Add new helm command to README.md, fix typos (open-telemetry#836)

    * Add new helm command to README.md, fix typos
    
    + Add link to logging exporter
    
    * bump operator chart version
    
    * Revert "bump operator chart version"
    
    This reverts commit 91430ff.
    
    * bump operator patch version
    MA3CIN authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    f01b277 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add externalTrafficPolicy value for service type LoadBalancer (open-t…

    …elemetry#838)
    
    Signed-off-by: Alban HURTAUD <alban.hurtaud@amadeus.com>
    ahurtaud authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    16984c6 View commit details
    Browse the repository at this point in the history
  2. [collector] Respect pipeline order when enabling kubernetesAttributes (

    …open-telemetry#844)
    
    * fix pipeline order when enabling k8sattributes
    
    * bump collector and document breakage
    
    * kubernetesAttributes example
    
    * regenerate examples
    
    * Update charts/opentelemetry-collector/UPGRADING.md
    
    Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
    JDemler and TylerHelmuth authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0a6efaf View commit details
    Browse the repository at this point in the history
  3. [collector] Allow disabling service even for deployment and statefuls…

    …et (open-telemetry#843)
    
    * Allow disabling all ports
    
    * temp
    
    * generate examples
    
    * Bump version
    TylerHelmuth authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    e87a274 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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

Commits on Aug 9, 2023

  1. charts/opentelemetry-collector: recommended CPU limit pushes just ove…

    …r threshold (open-telemetry#851)
    
    * charts/opentelemetry-collector: fix CPU limit
    
    While "256m" is a valid setting, the intention was likely to allow
    4 pods to be scheduled on a single CPU, which we will currently
    overshoot by 24/1000, since there are only 1000 units in a CPU
    fraction.
    
    Adjust to "250m", which would allow exactly 4 pods to share a CPU.
    
    See e.g. https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/#meaning-of-cpu
    
    * Update charts/opentelemetry-collector/values.yaml
    
    Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
    kevinburkesegment and TylerHelmuth authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    cf53841 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Upgrade operator to v0.82.0 (open-telemetry#854)

    * Upgrade operator to v0.82.0
    
    * ci: fix operator E2E tests
    swiatekm authored Aug 10, 2023
    Configuration menu
    Copy the full SHA
    3cb40c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. [collector] Allow disabling all ports (open-telemetry#842)

    * Allow disabling all ports
    
    * bump patch version instead
    TylerHelmuth authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    16d89e0 View commit details
    Browse the repository at this point in the history
  2. chore(demo): update chart dependencies (open-telemetry#856)

    * update chart dependencies
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update chart dependencies
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    * update chart dependencies
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    
    ---------
    
    Signed-off-by: Pierre Tessier <pierre@pierretessier.com>
    puckpuck authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    69e6e0f View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

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

Commits on Aug 18, 2023

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