Commit Graph

3989 Commits

Author SHA1 Message Date
Austin Parker 3296e774f9
add docs templates (#300) 2020-11-09 07:56:54 -05:00
Steve Flanders 86e5a845e9
Add Java Instrumentation to registry (#299) 2020-11-05 09:50:34 -05:00
Steve Flanders 826a822ea2
Add missing Java exporters to registry (#298) 2020-11-05 09:50:09 -05:00
Steve Flanders 71df3be955
Add missing go exporter to registry (#297) 2020-11-05 09:49:42 -05:00
Steve Flanders 74d999f27b
Add Splunk exporter to registry (#296) 2020-11-05 09:48:49 -05:00
Steve Flanders 3f2a1b439e
Add link to CNCF DevStats in the footer (#295)
Addresses #206
2020-11-05 09:29:48 -05:00
Steve Flanders b83f1d0d00
Add concepts section (#293)
In an attempt to make it easier for people to understand what data
sources OpenTelemetry supports as well as the various components, I
added a concepts section. In addition, created a glossary within this
new section (addresses #193). The idea was to provide basic information
and link to authoritative resources as much as possible.

CREDIT: The information included pulls from the prior work of other
including:
- OpenTelemetry READMEs
- OpenCensus documentation
- Kubernetes documentation structure
2020-11-05 09:29:17 -05:00
Steve Flanders f143fa166b
Update Collector documentation (#291)
* Update Collector documentation

Attempt to make things clearer:

- collector-contrib is a superset of collector
- Demonstrate the same component can be defined multiple times
- Receivers/Exporter support push and pull based mechanisms
- Rename collector service to gateway
- Ensure receiver, processor and exporter sections are up to date
- Add proxy information
2020-11-03 11:43:24 -05:00
Nir Hadassi 3963e4f63a
Added Sequelize (js) plugin to the registry (#292)
* Added sequelize plugin to registry

* change isThirdParty to true
2020-11-03 09:52:44 -05:00
Austin Parker d93fe59351
fix tracing code (#290) 2020-11-03 09:40:22 -05:00
Austin Parker 045b74c6fc
Add vendor support page (#288)
* update registry

* fix search elements not taking full width

* update colors/tagging

* add collector note

* add docsy

* refactor wip

* disable link check for now

* WIP

* progress

* initial work on pulling registry into theme

* dress up registry (filters broken)

* migrate about/community to new theme

* fixup registry,

* add link to registry page

* remove old layouts

* syncing

* add vendor page

* fix missing link check
2020-11-02 21:59:03 -05:00
Albert 89dd294fb5
Fix example paths (#280)
* Fix example paths

The paths to `main.go` and `otel-config.yaml` have changed. This PR fixes the paths in the documentation.

* Update binary path
2020-10-23 12:07:03 -04:00
José Maia 1a386843c6
Fix broken URLs to compatible frameworks (#281) 2020-10-23 09:30:27 -04:00
Albert a301c2a203
Update link to Jaeger (#272)
jaeger-opentelemetry-collector has been archived, and the link to jaeger within the archived repo is broken anyway.
2020-10-22 11:23:32 -04:00
Dotan Horovits b2f4ec1a10
Create collector-exporter-logzio.md (#276)
adding Logz.io exporter for OpenTelemetry Collector to the registry
2020-10-22 11:23:15 -04:00
Mike Goldsmith 0df425456a
add java exporter for honeycomb (#279) 2020-10-22 11:22:56 -04:00
Mike Goldsmith 31f5878b7e
update honeycomb .NET exporter (#278) 2020-10-22 11:22:38 -04:00
Austin Parker b88302b7cd
Fix blog link (#275)
* update registry

* fix search elements not taking full width

* update colors/tagging

* add collector note

* add docsy

* refactor wip

* disable link check for now

* WIP

* progress

* initial work on pulling registry into theme

* dress up registry (filters broken)

* migrate about/community to new theme

* fixup registry,

* add link to registry page

* remove old layouts

* syncing

* point blog to medium for now

* remove docs accidentally added

* readd linkcheck
2020-10-21 19:36:55 -07:00
Nir Hadassi 0e6c42f078
Move registry files who got left behing to updated folder (#271) 2020-10-20 10:26:20 -04:00
Tristan Sloughter 687f0427a4
add erlang/elixir to list of languages with support (#268) 2020-10-16 16:19:41 -04:00
Austin Parker 2b4c3ebd9f
Site Refresh (#247)
- Switch to Docsy theme.
- Refactor content architecture to prep for docs
2020-10-16 13:04:06 -04:00
dependabot[bot] dfa7f496c2
Bump node-fetch from 2.6.0 to 2.6.1 (#249)
Bumps [node-fetch](https://github.com/bitinn/node-fetch) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases)
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-16 09:24:28 -04:00
Juraci Paixão Kröhling f81d137a73
Added link to blog post on 'building custom otelcols' (#266)
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
2020-10-15 09:30:52 -04:00
Austin Parker 1702e06ec5
Add governance election announcement banner (#264)
* update registry

* fix search elements not taking full width

* update colors/tagging

* add collector note

* add gc election notice
2020-10-08 13:55:03 -04:00
Hippolyte Vergnol 267687a615
Fix: Kubernetes collector yaml (#263) 2020-10-07 09:25:38 -04:00
Juraci Paixão Kröhling c965821065
Added a mention to the operator and builder to the collector docs (#262)
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
2020-10-05 08:23:19 -04:00
Nir Hadassi 338158e213
Registry - fixed wrong file name for TypeORM plugin (#257)
Accidently put `aws` in the url.
Removing it in this PR.
2020-09-29 11:25:39 -04:00
Nir Hadassi 74ff2df3f1
Added TypeORM (js) plugin to the registry (#256)
* Added TypeORM (js) plugin to the registry

* added missing md extension
2020-09-29 08:34:09 -04:00
ruudvanderweijde ce96a43b05
Current state alpha -> beta (#254) 2020-09-25 09:37:16 -07:00
Juraci Paixão Kröhling 56f9bee85b
Added OpenTelemetry Collector builder to the registry (#251)
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
2020-09-18 10:20:10 -04:00
Mike Goldsmith ce0d75f6ee
Add nodejs Honeycomb exporter (#253)
* add nodejs honeycomb exporter

* fix description

* fix language
2020-09-18 10:19:42 -04:00
Mike Goldsmith 981983e1a3
add .net honeycomb exporter (#252) 2020-09-18 10:19:29 -04:00
Austin Parker cc3f98747d
Adjust links on about page to point to docs content (#246)
* update registry

* fix search elements not taking full width

* update colors/tagging

* add collector note

* fix #245
2020-09-02 17:54:04 -04:00
Eric Mustin bf3b9ee426
Add Datadog JS Exporter to registry (#244)
* Add Datadog Exporter Node.js to registry

* Fix Language Otel Datadog Exporter JS
2020-09-02 10:21:10 -04:00
Eric Mustin 93ee6ff08c
Add Datadog Ruby Exporter to registry (#243)
* Add Datadog Ruby Exporter to registry

* update Author Datadog Exporter Ruby
2020-09-02 10:20:55 -04:00
Holden Whitehead f27b578a12
Add fastify-opentelemetry to registry. (#241) 2020-08-28 11:04:47 -04:00
Julian Tescher 9988bcfff2
Add rust exporters and instrumentation (#240) 2020-08-28 11:04:28 -04:00
Brandon Morelli aed000f635
docs: remove link (#238) 2020-08-28 11:04:07 -04:00
Will Thames 09f78d1adc
Zipkin and Jaeger exporters now use endpoint (#242)
Using url causes error, the exporters README suggests
that both now use endpoint
2020-08-28 11:03:50 -04:00
Reiley Yang 9c74168f2c
add .NET beta info (#239) 2020-08-20 18:38:53 -04:00
Reginald McDonald c2d23a915a
fix: add beego instrumentation to registry (#235) 2020-08-20 13:34:03 -04:00
Zoe 78e35ded7e
Add Google Cloud Java exporter to registry (#234)
* Add Google cloud Java exporter to registry

* Update repo URL
2020-08-19 08:25:11 -04:00
ET a3a4f12aa5
Adding new and relocated instrumentation plugins for Go contrib repo (#233) 2020-08-17 12:29:32 -04:00
dengliming 35ae168c9f
Update python packages in the registry. (#232)
* Update python packages in the registry.

* Fix review
2020-08-17 12:29:07 -04:00
Aaron Abbott b4d95e87aa
Updated google opentelemetry python exporter registry (#230)
* Updated GCP python packages in registry

* tools -> utilities
2020-08-13 17:18:53 -04:00
dependabot[bot] 816bc44fd5
Bump elliptic from 6.5.2 to 6.5.3 (#229)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-08-02 19:39:50 -04:00
Serbay Arslanhan ba00e16be2
Fix the example script for local environment (#228)
`go build examples/main.go` creates a binary called `main` in the folder the command is executed.
2020-07-31 11:35:31 -04:00
Sam Xie 2d942dc901
Fix wrong language type of new relic java exporter (#227) 2020-07-31 11:35:11 -04:00
Sam Xie 6ced3318c4
Add Golang instrumentation for Kafka (#226) 2020-07-31 11:34:53 -04:00
Reginald McDonald 734fde15c8
chore: add gocql intstrumentation to registry (#225) 2020-07-30 15:15:33 -04:00