Commit Graph

9 Commits

Author SHA1 Message Date
Bogdan Drutu e7e6693926
Expose telemetry level in the configtelemetry (#1796)
Next PR will add a config setting that can be embedded in every component config.

Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-09-18 16:11:27 -07:00
Jay Camp 1e65674799
Update copyright (#1597)
* Update copyright

* rebase
2020-08-19 18:25:44 -07:00
Paulo Janotti 4bf6afb7f5
Enable "new-metrics" by default (#1148)
* Enable "new-metrics" by default

This change switches the defaults between "new-metrics" and "legacy-metrics".

Now the defaults are:
- "new-metrics" ON by default
- "legacy-metrics" OFF by default
- "add-instance-id" ON by default

* Use Prometheus parser in tests
2020-06-22 10:57:04 -07:00
Bruno Garcia 8aa2731844
Remove year from copyright (#964) 2020-05-26 12:44:22 -04:00
Bogdan Drutu a637b41c22
Change entire repo to use the new vanityurl go.opentelemetry.io/collector (#977)
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
2020-05-15 12:04:05 -07:00
Jay Camp 2de5464369
Allow internal metrics bind address to be configurable and change to localhost:8888 (#858)
* Allow internal metrics bind address to be configurable and change to localhost:8888

This allows the internal metrics to be served on an address other than 0.0.0.0.
The new command line flag is --metrics-addr. It changes the default listen
address to be localhost so that exposing it on the network is opt-in.

* listen on localhost only for dev build
2020-04-30 08:08:57 -07:00
Dmitrii Anoshin 27277a675f
Switch queued_retry processor to internal data model (#824) 2020-04-21 17:45:43 -07:00
Steve Flanders 559835ceee
Change census-instrumentation to open-telemetry and update authors (#20)
* Change census-instrumentation to open-telemetry and update authors

census-instrumentation/opencensus is now open-telemetry/opentelemetry

"OpenCensus Authors" is now "OpenTelemetry Authors"

"Copyright 2018" is now "Copyright 2019"

Fix go fmt
2019-06-18 14:22:28 -07:00
Paulo Janotti 8e51c02a66
Add basic telemetry to collector (#284)
* Add basic telemetry to collector

This change adds a Prometheus endpoint using OC to provide metrics
to the collector. There are settings to control the level and port
in which the metrics are exposed. The main metrics added for now
are in the queued exporters.

* Check for view registration errors

* PR Feedback
2018-12-28 08:17:23 -08:00