Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/signalfx/tracing-examples
Examples of using third-party tracers with SignalFx
https://github.com/signalfx/tracing-examples
distributed-tracing documentation examples golang instrumentation jaegertracing java javascript opentracing python signalfx tracing zipkin
Last synced: about 2 months ago
JSON representation
Examples of using third-party tracers with SignalFx
- Host: GitHub
- URL: https://github.com/signalfx/tracing-examples
- Owner: signalfx
- License: apache-2.0
- Created: 2018-04-23T17:51:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T21:42:49.000Z (10 months ago)
- Last Synced: 2024-03-24T22:34:33.460Z (10 months ago)
- Topics: distributed-tracing, documentation, examples, golang, instrumentation, jaegertracing, java, javascript, opentracing, python, signalfx, tracing, zipkin
- Language: C#
- Size: 4.82 MB
- Stars: 54
- Watchers: 73
- Forks: 57
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
>ℹ️ SignalFx was acquired by Splunk in October 2019. See [Splunk SignalFx](https://www.splunk.com/en_us/investor-relations/acquisitions/signalfx.html) for more information.
# Tracing examples for Splunk Observability Cloud
This repository contains tracing examples for Splunk Observability Cloud, formerly
known as SignalFx. Most of the examples use Splunk distributions of OpenTelemetry
instrumentations. To learn more about OpenTelemetry and Splunk Observability Cloud,
see [the official documentation](https://docs.splunk.com/Observability).## Supported formats
Splunk Observability Cloud and the Splunk Distribution of OpenTelemetry Collector
can ingest tracing data in the following formats:- OpenTelemetry Protocol or OTLP (Preferred)
- Zipkin v1 and v2 JSON
- Splunk APM Protocol (SAPM)For more information, see
[Compatible span formats](https://docs.splunk.com/Observability/apm/apm-spans-traces/span-formats.html).## Instrumenting an application for Splunk
To instrument an application or service to send traces and spans to Splunk
Observability Cloud, see
[Send traces to Splunk APM](https://docs.splunk.com/Observability/apm/set-up-apm/apm-gdi.html).# License
The example in this repository are licensed under the terms of the Apache Software License version 2.0. For more details, see [the license file](./LICENSE).