Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/signalfx/splunk-otel-dotnet
Splunk Distribution of OpenTelemetry .NET
https://github.com/signalfx/splunk-otel-dotnet
dotnet instrumentation metrics opentelemetry tracing
Last synced: about 2 months ago
JSON representation
Splunk Distribution of OpenTelemetry .NET
- Host: GitHub
- URL: https://github.com/signalfx/splunk-otel-dotnet
- Owner: signalfx
- License: apache-2.0
- Created: 2021-03-29T09:49:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:37:29.000Z (9 months ago)
- Last Synced: 2024-04-22T13:00:02.892Z (9 months ago)
- Topics: dotnet, instrumentation, metrics, opentelemetry, tracing
- Language: C#
- Homepage: https://docs.splunk.com/Observability/gdi/get-data-in/application/otel-dotnet/get-started.html
- Size: 1.07 MB
- Stars: 6
- Watchers: 8
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Splunk Distribution of OpenTelemetry .NET
[![OpenTelemetry .NET](https://img.shields.io/badge/OTel-1.9.0-blueviolet)](https://github.com/open-telemetry/opentelemetry-dotnet/releases/tag/core-1.9.0)
[![OpenTelemetry .NET Auto Instrumentation](https://img.shields.io/badge/OTelAuto-v1.9.0-blueviolet)](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/releases/tag/v1.9.0)
[![Splunk GDI Specification](https://img.shields.io/badge/GDI-1.6.0-blueviolet)](https://github.com/signalfx/gdi-specification/releases/tag/v1.6.0)
[![Keep a Changelog](https://img.shields.io/badge/changelog-Keep%20a%20Changelog-%23E05735)](CHANGELOG.md)
[![LICENSE](https://img.shields.io/github/license/signalfx/splunk-otel-dotnet)](LICENSE)[![Build Status](https://img.shields.io/github/actions/workflow/status/signalfx/splunk-otel-dotnet/ci.yml?branch=main)](https://github.com/signalfx/splunk-otel-dotnet/actions?query=branch%3Amain)
The Splunk Distribution of
[OpenTelemetry .NET Automatic Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation).
provides a .NET Profiler and startup hooks
that automatically instrument your .NET application to capture and report
telemetry to [Splunk APM](https://docs.splunk.com/Observability/apm/intro-to-apm.html).## Get started
Read the official documentation for this distribution in the
[Splunk Docs site](https://quickdraw.splunk.com/redirect/?product=Observability&version=current&location=otel.net.application).## Examples
You can find official examples in the [tracing examples repository](https://github.com/signalfx/tracing-examples/tree/main/opentelemetry-tracing/opentelemetry-dotnet).
## Migrate from the SignalFx Instrumentation for .NET
For instructions on how to migrate from the SignalFx Instrumentation for .NET to
the Splunk Distribution of OpenTelemetry .NET, see
[Migrate from the SignalFx .NET Instrumentation](https://quickdraw.splunk.com/redirect/?product=Observability&version=current&location=otel.net.migrate)
in the official documentation.## Troubleshooting
For troubleshooting information, see the
[Troubleshooting](https://quickdraw.splunk.com/redirect/?product=Observability&version=current&location=otel.net.tshoot)
documentation.## Contributing
Read [CONTRIBUTING.md](CONTRIBUTING.md)
before creating an issue or a pull request.## License
The Splunk Distribution of OpenTelemetry .NET is a distribution of
[OpenTelemetry .NET Automatic Instrumentation](https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation).
It is licensed under the terms of the Apache Software License version 2.0.
For more details, see [the license file](./LICENSE).> Copyright 2022 Splunk Inc.
>
> Licensed under the Apache License, Version 2.0 (the "License");
> you may not use this file except in compliance with the License.
> You may obtain a copy of the License at
>
>
>
> Unless required by applicable law or agreed to in writing,
> software distributed under the License is distributed on an "AS IS" BASIS,
> WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> See the License for the specific language governing permissions
> and limitations under the License.
>
>ℹ️ 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.