-
Notifications
You must be signed in to change notification settings - Fork 1.2k
stdoutmetric: self-observability: exporter metrics #7150
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
Closed
mahendrabishnoi2
wants to merge
32
commits into
open-telemetry:main
from
mahendrabishnoi2:stdoutmetric-auto-instrumentation
Closed
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
48b1568
copied code with minor modifications for docs and feature flag: OTEL_…
mahendrabishnoi2 c03b9f0
Merge branch 'main' into stdoutmetric-auto-instrumentation
mahendrabishnoi2 4ddd0b3
Merge branch 'main' into stdoutmetric-auto-instrumentation
mahendrabishnoi2 987b77e
added self-observability support to stdoutmetric exporter for below m…
mahendrabishnoi2 b4d2756
fixed broken link
mahendrabishnoi2 b7181a4
added changelog entry for self-observability support in stdoutmetric …
mahendrabishnoi2 c6f91ac
run `make precommit`
mahendrabishnoi2 a9ad0e2
fix a bug where attributes defined in ExporterMetrics are mutated
mahendrabishnoi2 7b1fb2d
test cases for ExporterMetrics
mahendrabishnoi2 ef4a629
test cases for stdoutmetric exporter
mahendrabishnoi2 51f2f2b
Merge branch 'main' into stdoutmetric-auto-instrumentation
mahendrabishnoi2 38eb316
remove unused receiver to make linter (unused-receiver) happy
mahendrabishnoi2 b67b593
fix version
mahendrabishnoi2 ecbb337
fix version
mahendrabishnoi2 d6d0dd8
make stdoutMetricExporterComponentType as constant
mahendrabishnoi2 ee64105
Use defer to call trackExportFunc, Thanks to @flc1125
mahendrabishnoi2 ddfb3c3
duration -> durationSeconds
mahendrabishnoi2 db64dc0
Merge branch 'main' into stdoutmetric-auto-instrumentation
mahendrabishnoi2 089252e
suppress linter as err is used in defer statement
mahendrabishnoi2 884ade7
instead of suppressing error, split if and err check on 2 lines
mahendrabishnoi2 32b6f61
Merge branch 'main' into stdoutmetric-auto-instrumentation
pellared 460f303
addressed review comment: use named return to make code more readable
mahendrabishnoi2 9fea018
Merge branch 'main' into stdoutmetric-auto-instrumentation
mahendrabishnoi2 a6f0637
name component similar to https://github.com/open-telemetry/opentelem…
mahendrabishnoi2 938cbb0
flatten the self-observability initialization and return the error to…
mahendrabishnoi2 b247192
Merge branch 'main' into stdoutmetric-auto-instrumentation
mahendrabishnoi2 ee0328e
Merge branch 'main' into stdoutmetric-auto-instrumentation
mahendrabishnoi2 4c357a9
address review comments
mahendrabishnoi2 2edfed9
address review comments
mahendrabishnoi2 18e0530
generate internal counter package so that it can be tested by resetti…
mahendrabishnoi2 9976cfc
review comments: improve tests, merge tests
mahendrabishnoi2 2f84c09
Run `make precommit`
mahendrabishnoi2 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 hidden or 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 hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.