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: move all resources to the resources config #59

Merged
merged 1 commit into from
Sep 23, 2023

Conversation

rustatian
Copy link
Member

Reason for This PR

  • Move resources to the separate configuration section

Description of Changes

  • New config for the resources:
otel:
  resources:
        service_name: "rr_test"
        service_version: "1.0.0"
        service_namespace: "RR-Shop"
        service_instance_id: "UUID"
  insecure: false
  compress: true
  exporter: stderr
  service_name: rr_test
  service_version: 1.0.0

License Acceptance

By submitting this pull request, I confirm that my contribution is made under
the terms of the MIT license.

PR Checklist

[Author TODO: Meet these criteria.]
[Reviewer TODO: Verify that these criteria are met. Request changes if not]

  • All commits in this PR are signed (git commit -s).
  • The reason for this PR is clearly provided (issue no. or explanation).
  • The description of changes is clear and encompassing.
  • Any required documentation changes (code and docs) are included in this PR.
  • Any user-facing changes are mentioned in CHANGELOG.md.
  • All added/changed functionality is tested.

Signed-off-by: Valery Piashchynski <piashchynski.valery@gmail.com>
@rustatian rustatian added the enhancement New feature or request label Sep 23, 2023
@rustatian rustatian self-assigned this Sep 23, 2023
@rustatian rustatian merged commit 5a84527 into master Sep 23, 2023
4 of 5 checks passed
@rustatian rustatian deleted the feature/resources-config branch September 23, 2023 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: ✅ Done
Development

Successfully merging this pull request may close these issues.

1 participant