-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Rename repo to openetelemetry-collector-contrib #23
Comments
Closed
8 tasks
mxiamxia
referenced
this issue
in mxiamxia/opentelemetry-collector-contrib
Jul 22, 2020
…fig.yaml Use the config.yaml file to configure the OpenCensus interceptor listener's address, instead of using commandline flags. This is because all the other configurations are performed using the config.yaml file so an extra option is just confusing. The default port to run on is 55678 if unspecified, but otherwise YAML parseable by key `opencensus_interceptor`, and then using the field name `address`. For example: ```yaml opencensus_interceptor: address: ":55777" ``` and when run with ```shell ocagent ``` which will then produce: ```shell 2018/10/08 16:36:47 Running OpenCensus interceptor as a gRPC service at "localhost:55777" ``` Fixes #23
mxiamxia
referenced
this issue
in mxiamxia/opentelemetry-collector-contrib
Jul 22, 2020
Cherry-picking census-instrumentation/opencensus-service#583 from OC. * Add trace head-sampling This is to complete the sampling feature since OC Service already offers tail-sampling. This is implemented using an extra hashing as an attempt to avoid bias from trace ID generation and also to correctly spread traces for backends that also do hashing. Tests to enforce hash of different lengths. Make hashing seed configurable * Direct recommendation about hash seeding setting * More precise wording for hash-seed comment
sky333999
added a commit
to sky333999/opentelemetry-collector-contrib
that referenced
this issue
Jun 2, 2023
…n-telemetry#23) * [receiver/awscontainerinsightreceiver] Add container memory and cpu utilization over limit metrics * [receiver/awscontainerinsightreceiver] Add container processes metrics * [receiver/awscontainerinsightreceiver] Add container memory_failures_total metric
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is the last task mentioned in open-telemetry/opentelemetry-collector#352 but right now we don't have the rights to do that (tracked in #2).
The text was updated successfully, but these errors were encountered: