Commit Graph

11 Commits

Author SHA1 Message Date
Ian Quick d0d7f138d0 Adds format option to the zipkin exporter (#409)
Adds an option to the zipkin exporter to support different formats. Currently json and proto are supported with json being the default value.
2019-11-07 14:25:12 -08:00
huikang aea4392e4a Fix agent configuration in the example (#402)
Signed-off-by: Hui Kang <kangh@us.ibm.com>
2019-10-17 13:19:04 -07:00
huikang 55bfdba0ec Example: Add back health check in the agent (#382)
- fix directory name

Signed-off-by: Hui Kang <kangh@us.ibm.com>
2019-10-07 13:58:12 -07:00
Paulo Janotti 0e505d53e4
Refactor config: pipelines now under service (#376)
* Refactor config: pipelines now under service

This change moves 'pipelines' sections from the top level to under the 'service' section.

* Fix typo in old comment
2019-10-02 17:42:18 -07:00
Paulo Janotti b27d82408a
Use strict mode to read config (#375)
* Use strict mode to read config

Reading the config using exact matches causes errors for unknown sections reducing the changes of accidental errors on the configuration files.

* Add comments and fix testbed config files
2019-10-02 10:38:29 -07:00
Tigran Najaryan d03880109b Rename otelsvc to otelcol (#365)
* Rename otelsvc to otcol

This renames the executable and Docker image.

This implements part of https://github.com/open-telemetry/opentelemetry-service/issues/352

Testing done: make, docker-compose up

* PR fixes
2019-09-25 15:56:47 -07:00
Iñigo c0e2a27a5a Change dashes to underscores to separate words in config files (#357)
Resolves: #321
2019-09-20 11:08:06 -07:00
Tigran Najaryan 7609eaa71b
Rename OpenTelemetry Service to Collector in docs and comments (#354)
This begins implementation of https://github.com/open-telemetry/opentelemetry-service/issues/352
2019-09-19 11:46:11 -04:00
Paulo Janotti a49376541b Refactor extensions to new config format (#310)
* Refactor extensions to new config format

* Refactored PProf

* Refactor health-check extension

* Refactor service application for extensions

* Refactor zPages and update docker compose example

* Fix staticcheck issue

* Update README and other comments/docs

* Remove tabs from yaml in extension/README.md

* Remove closeFn field from service and related functions

* PR Feedback 00

* Add doc.go to extensiontest package

* Move getAvailablePort to testutils package

* Add tests for testutils functions getting available endpoints
2019-09-05 11:08:00 -07:00
huikang b698a53dcf Add configuration of log level for logging exporter (#257)
- Problem to solve: Logging exporter outputs received
      traces/metrics to the stdout. The existing implementation
      uses the same log level as the otel process. So if the otel
      process uses info log level, the user can not  see more verbose
      logging message via the logging exporter on the console.
- Solution: use sperate zap loggers for exporters used in different
      pipelines.
- Use case: (1) as describe above.(2) Later more log messages
      could be added to the logging_exporter.go in different
      log levels, which could be configurable. (3) Setting
      different log levels for loggers in different pipelines.

  process. With this approach, users can configures the log level
  of the logging exporter. In additon, messages in the exporter
  could appear according to the level in the configuration
  file.

Co-Authored-By: Yang Song <songy23@users.noreply.github.com>
Signed-off-by: Hui Kang <kangh@us.ibm.com>
2019-08-20 16:53:20 -04:00
huikang 14556284ca Add collecting metrics to the examples (#253)
- rename folder to demo from demotrace

Co-Authored-By: Yang Song <songy23@users.noreply.github.com>
Signed-off-by: Hui Kang <kangh@us.ibm.com>
2019-08-13 09:26:29 -07:00