-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6bb187b
commit bb7d224
Showing
13 changed files
with
706 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
path: '/collect-data/opentelemetry' | ||
title: 'Instrument and Analyze OpenTelemetry data' | ||
template: 'LabOverviewTemplate' | ||
description: 'Instrument and Analyze OpenTelemetry data' | ||
--- | ||
|
||
<Intro> | ||
|
||
You're a developer who recently released a simple .NET weather forecast application to the world, and people can't stop talking about it! Surprised by the spike in popularity, you decided you should start collecting metrics and traces from your application so you can analyze them in New Relic. | ||
|
||
You first thought about using our [.NET agent](https://docs.newrelic.com/docs/apm/agents/net-agent/), but before going through the efforts of setting that up, you heard about the ["future of instrumentation"](https://newrelic.com/blog/best-practices/what-is-opentelemetry), called OpenTelemetry, and you decided to reconsider. | ||
|
||
OpenTelemetry is a standard for how to collect and send telemetry data to any backend observability platform. It's open source, flexible, and ubiquitous. Convinced that OpenTelemetry is indeed the future, you set off to use it in your application. | ||
|
||
</Intro> | ||
|
||
<div style="display: flex;"> | ||
|
||
<div style="flex: 1;"> | ||
|
||
## Objectives | ||
|
||
- Instrument a .NET application with OpenTelemetry | ||
- Analyze the telemetry data in New Relic | ||
|
||
</div> | ||
|
||
<div style="flex: 1;"> | ||
|
||
## Requirements | ||
|
||
- A free [New Relic account](https://newrelic.com/signup?utm_source=developer-site) | ||
- The [.NET SDK](https://dotnet.microsoft.com/download) | ||
|
||
</div> | ||
|
||
</div> | ||
|
||
<br /> |
Oops, something went wrong.