-
Notifications
You must be signed in to change notification settings - Fork 158
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
Define and enable bundled mysql receiver discovery rules #4096
Merged
samiura
merged 1 commit into
signalfx:main
from
samiura:add-mysql-test-for-discovery-mode
Jan 22, 2024
Merged
Define and enable bundled mysql receiver discovery rules #4096
samiura
merged 1 commit into
signalfx:main
from
samiura:add-mysql-test-for-discovery-mode
Jan 22, 2024
Conversation
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
samiura
force-pushed
the
add-mysql-test-for-discovery-mode
branch
2 times, most recently
from
December 20, 2023 22:13
2df5d1a
to
62f0246
Compare
samiura
changed the title
adding mysqlreceiver dockerobserver test for discovery mode
added mysqlreceiver dockerobserver test for discovery mode
Dec 20, 2023
samiura
changed the title
added mysqlreceiver dockerobserver test for discovery mode
added mysqlreceiver dockerobserver test for discovery mode and bundled tests
Dec 20, 2023
samiura
force-pushed
the
add-mysql-test-for-discovery-mode
branch
from
December 21, 2023 17:05
62f0246
to
4c3510f
Compare
rmfitzpatrick
changed the title
added mysqlreceiver dockerobserver test for discovery mode and bundled tests
Define and enable bundled mysql receiver discovery rules
Dec 22, 2023
samiura
force-pushed
the
add-mysql-test-for-discovery-mode
branch
2 times, most recently
from
January 9, 2024 17:32
597127b
to
d382768
Compare
I'm monitoring this, but please ping me once this is released so that I can update the docs. |
...approvider/discovery/bundle/bundle.d/receivers/smartagent-collectd-mysql.discovery.yaml.tmpl
Outdated
Show resolved
Hide resolved
internal/confmapprovider/discovery/bundle/bundle.d/receivers/mysql.discovery.yaml.tmpl
Outdated
Show resolved
Hide resolved
internal/confmapprovider/discovery/bundle/bundle.d/receivers/mysql.discovery.yaml.tmpl
Outdated
Show resolved
Hide resolved
samiura
force-pushed
the
add-mysql-test-for-discovery-mode
branch
from
January 18, 2024 02:16
2ad10d0
to
7e0ecbe
Compare
samiura
force-pushed
the
add-mysql-test-for-discovery-mode
branch
2 times, most recently
from
January 18, 2024 16:17
b9f7e60
to
b9d0459
Compare
cmd/otelcol/config/collector/config.d.linux/properties.discovery.yaml.example
Outdated
Show resolved
Hide resolved
internal/confmapprovider/discovery/bundle/bundle.d/receivers/mysql.discovery.yaml.tmpl
Outdated
Show resolved
Hide resolved
...confmapprovider/discovery/bundle/bundle.d/receivers/smartagent-collectd-mysql.discovery.yaml
Outdated
Show resolved
Hide resolved
Please ~rebase to fix the merge conflicts. |
samiura
force-pushed
the
add-mysql-test-for-discovery-mode
branch
3 times, most recently
from
January 19, 2024 20:38
958a15c
to
c9a11bb
Compare
samiura
force-pushed
the
add-mysql-test-for-discovery-mode
branch
2 times, most recently
from
January 19, 2024 21:39
3cb4f6f
to
66e274b
Compare
samiura
force-pushed
the
add-mysql-test-for-discovery-mode
branch
from
January 19, 2024 21:40
66e274b
to
05dbd13
Compare
atoulme
approved these changes
Jan 22, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description: Adds the bundled test and discovery configs for MySQL to the native OTEL receiver.
Link to Splunk idea:
Testing: Bundled tests updated ( added for mysql receiver)
Documentation: Introducing OTEL MySQL
receiver discovery rules. By default it is not enabled.