-
Notifications
You must be signed in to change notification settings - Fork 7
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
Compile examples of instrumentation and language specific configuration options #8
Comments
Some examples of configuration options for the otel java agent:
|
Examples environment variables in python:
|
Moving my comment on JMX here, since it seems to be the most fitting place: JMX Metric Insights comes with a config file that should ideally be part of the overall config file as well. An example from the README: ---
rules:
- bean: java.lang:type=Threading
mapping:
ThreadCount:
metric: my.own.jvm.thread.count
type: updowncounter
desc: The current number of threads
unit: 1 The Readme also holds a section that describes the config in details. @PeterF778 & @trask know more about this. |
Moving this one her as well: Some instrumentation settings are language agnostic, right now an example for that is
So eventually having a statement on "language agnostic configuration are preferred over language specific configuration" would be great. This of course would eventually require an equivalent to the semantic conventions (or as part of the semconv) how certain collection is configured/enabled. |
The file config schema has focussed on configuring SDK instances, but it should be evolvable to include instrumentation concerns, and other language specific configuration concerns.
We should compile some examples so we have an idea of how the file config schema might need to evolve to include these options.
The text was updated successfully, but these errors were encountered: