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

Change authparam structure and code refactoring #48

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

avadhut123pisal
Copy link
Contributor

This PR covers:

  1. Change in AuthParams structure to allow passing a function for getting the collector credentials.
  2. Code refactoring.
  3. Support for passing collector id in the request header for the Trace export operation.
  4. Configure user agent for traces, metrics, logs.

@avadhut123pisal avadhut123pisal merged commit d4c984a into main Jan 19, 2024
3 checks passed
mx-psi referenced this pull request in open-telemetry/opentelemetry-collector-contrib Jan 23, 2024
….3.0 (#30720)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/logicmonitor/lm-data-sdk-go](https://togithub.com/logicmonitor/lm-data-sdk-go)
| `v1.2.0` -> `v1.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flogicmonitor%2flm-data-sdk-go/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flogicmonitor%2flm-data-sdk-go/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flogicmonitor%2flm-data-sdk-go/v1.2.0/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flogicmonitor%2flm-data-sdk-go/v1.2.0/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>logicmonitor/lm-data-sdk-go
(github.com/logicmonitor/lm-data-sdk-go)</summary>

###
[`v1.3.0`](https://togithub.com/logicmonitor/lm-data-sdk-go/releases/tag/v1.3.0)

[Compare
Source](https://togithub.com/logicmonitor/lm-data-sdk-go/compare/v1.2.0...v1.3.0)

#### What's Changed

- Change authparam structure and code refactoring by
[@&#8203;avadhut123pisal](https://togithub.com/avadhut123pisal) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/48](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/48)
- fix readme by
[@&#8203;avadhut123pisal](https://togithub.com/avadhut123pisal) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/49](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/49)

**Full Changelog**:
logicmonitor/lm-data-sdk-go@v1.2.0...v1.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
cparkins referenced this pull request in AmadeusITGroup/opentelemetry-collector-contrib Feb 1, 2024
….3.0 (open-telemetry#30720)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/logicmonitor/lm-data-sdk-go](https://togithub.com/logicmonitor/lm-data-sdk-go)
| `v1.2.0` -> `v1.3.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flogicmonitor%2flm-data-sdk-go/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flogicmonitor%2flm-data-sdk-go/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flogicmonitor%2flm-data-sdk-go/v1.2.0/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flogicmonitor%2flm-data-sdk-go/v1.2.0/v1.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>logicmonitor/lm-data-sdk-go
(github.com/logicmonitor/lm-data-sdk-go)</summary>

###
[`v1.3.0`](https://togithub.com/logicmonitor/lm-data-sdk-go/releases/tag/v1.3.0)

[Compare
Source](https://togithub.com/logicmonitor/lm-data-sdk-go/compare/v1.2.0...v1.3.0)

#### What's Changed

- Change authparam structure and code refactoring by
[@&open-telemetry#8203;avadhut123pisal](https://togithub.com/avadhut123pisal) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/48](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/48)
- fix readme by
[@&open-telemetry#8203;avadhut123pisal](https://togithub.com/avadhut123pisal) in
[https://github.com/logicmonitor/lm-data-sdk-go/pull/49](https://togithub.com/logicmonitor/lm-data-sdk-go/pull/49)

**Full Changelog**:
logicmonitor/lm-data-sdk-go@v1.2.0...v1.3.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMzUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEzNS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants