-
Notifications
You must be signed in to change notification settings - Fork 450
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
Create ServiceMonitors to gather metrics from the OTEL Operands #1874
Merged
Merged
Changes from 10 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
621888a
Allow the creation of ServiceMonitors to gather metrics from the Open…
iblancasa e5fb93f
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa 66d5660
Add missing changelog
iblancasa ab26178
Fix unprotected statement
iblancasa 796b323
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa 80e25f5
Fix lint issues
iblancasa 7880104
Merge branch 'main' into feature/1768
iblancasa 638853f
Merge branch 'feature/1768' of github.com:iblancasa/opentelemetry-ope…
iblancasa 4d5e3d7
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa 3c2bc7d
Merge branch 'main' into feature/1768
iblancasa 42c6c90
Merge branch 'feature/1768' of github.com:iblancasa/opentelemetry-ope…
iblancasa 27e2a7e
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa 4e718df
Apply changes requested in code review
iblancasa 90b070b
Add missing generated files
iblancasa a5953e7
Change the way to enable the feature flag
iblancasa 5604f1f
Change the way to enable the feature flag
iblancasa 3101866
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa 8fe848c
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa 7a66076
Fix merge
iblancasa 17e4bb5
Fix enable feature flag
iblancasa 4f79a2d
Merge branch 'main' into feature/1768
iblancasa b50e2ac
Merge branch 'feature/1768' of github.com:iblancasa/opentelemetry-ope…
iblancasa 4653d83
Merge branch 'main' into feature/1768
iblancasa 7bf6584
Merge branch 'main' into feature/1768
iblancasa 9aade8b
Merge branch 'feature/1768' of github.com:iblancasa/opentelemetry-ope…
iblancasa f9fca96
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa f8af040
Change the name of the option and move the E2E tests to their own folder
iblancasa 3791100
Fix unit test
iblancasa bd81e57
Fix docs
iblancasa cb1f6ba
Fix CRD field
iblancasa a259991
Fix CRD field
iblancasa 25effa4
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa 175c0dc
Add from version to feature gate
iblancasa 61ee15a
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa 1ca9357
Merge branch 'main' into feature/1768
iblancasa 1dc416a
Merge branch 'feature/1768' of github.com:iblancasa/opentelemetry-ope…
iblancasa 297af31
Move the E2E tests to their own section for the CI
iblancasa 83d31d5
Merge branch 'main' of github.com:open-telemetry/opentelemetry-operat…
iblancasa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' | ||
change_type: enhancement | ||
|
||
# The name of the component, or a single word describing the area of concern, (e.g. operator, target allocator, github action) | ||
component: operator | ||
|
||
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). | ||
note: Add the ability to the operator to create Service Monitors for the OpenTelemetry Collectors in order to gather the metrics they are generating | ||
|
||
# One or more tracking issues related to the change | ||
issues: [1768] | ||
|
||
# (Optional) One or more lines of additional information to render under the primary note. | ||
# These lines will be padded with 2 spaces and then inserted directly into the document. | ||
# Use pipe (|) for multiline entries. | ||
subtext: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Document here, how this feature is enabled