This is an automated email from the ASF dual-hosted git repository.
abesto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-zipkin-website.git.
from 5270739 Merge pull request #3 from apache/jenkinsfile-whens
add 8c5c235 add kamon (kamon-zipkin) to the supported community
instrumentations.
add 729675e Update kamon-zipkin link label
add febd736 Adds integration page (#119)
add d12cabd Renames "Existing" pages (#121)
add a0f55f3 Add pitchfork to extension choices
add e646cb2 fixed case format of jaeger
add fa26402 fixes kafka08 note
add a543d73 Kafka interceptor and storage (#123)
add a6b4590 Docker compose for testing (#124)
add 9cdbc05 Adds some community libraries (#125)
add 9056ea8 Update community_tracers_instrumentation.yml (#126)
add 22eb99b Adding haystack to supported extensions (#127)
add 8914f58 Added Jenkinsfile
add fa7299d First pass at meeting ASF requirements for website (#1)
add 2350c24 Merge branch 'master' into sync-from-githubio
add 641d27a [Jenkinsfile] Run only on master/PR, publish only from master
new 1a9b934 Merge pull request #2 from apache/sync-from-githubio
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Gemfile | 1 +
Gemfile.lock | 33 ++++++------
README.md | 4 +-
_data/community_extensions.yml | 18 +++++++
...s.yml => community_tracers_instrumentation.yml} | 62 +++++++++++++++++++++-
_data/openzipkin_extensions.yml | 50 +++++++++++++++++
....yml => openzipkin_tracers_instrumentation.yml} | 0
docker-compose.yml | 9 ++++
index.md | 4 +-
pages/architecture.md | 4 +-
pages/community.md | 4 +-
pages/extensions_choices.md | 55 +++++++++++++++++++
pages/instrumenting.md | 2 +-
...trumentations.md => tracers_instrumentation.md} | 14 ++---
14 files changed, 227 insertions(+), 33 deletions(-)
create mode 100644 _data/community_extensions.yml
rename _data/{community_instrumentations.yml =>
community_tracers_instrumentation.yml} (81%)
create mode 100644 _data/openzipkin_extensions.yml
rename _data/{openzipkin_instrumentations.yml =>
openzipkin_tracers_instrumentation.yml} (100%)
create mode 100644 docker-compose.yml
create mode 100644 pages/extensions_choices.md
rename pages/{existing_instrumentations.md => tracers_instrumentation.md} (83%)