You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DOCS-8647 Update AppD attributes and YAML file example (#143)
* Per Pavan, Updated code sample, added AppD account, and for custom attributes link
* Combined resourc attributes, linked from AWS to AppD Docs
Co-authored-by: Alolita Sharma <[email protected]>
OpenTelemetry can export traces, logs, and metrics to various backends to analyze in order to understand an application’s performance
52
-
and behavior. There are multiple monitoring backends (also known as end-points) which can support OpenTelemetry using the OTLP protocol.
51
+
OpenTelemetry can export traces, logs, and metrics to various backends to analyze in order to understand an application’s performance
52
+
and behavior. There are multiple monitoring backends (also known as end-points) which can support OpenTelemetry using the OTLP protocol.
53
53
54
54
In this section, we share getting started configurations to the Collector to export telemetry data to **AppDynamics, Honeycomb, Lightstep, and SumoLogic** end-points.
55
55
@@ -72,25 +72,25 @@ AppDynamics without the need for additional plugins or non-OTLP exporters.
72
72
73
73
Before you can use the AWS Distro for OpenTelemetry with the AppDynamics endpoint, you need:
74
74
75
-
You need AppDynamics SaaS Controller= v21.2.0.
76
-
You need to be admitted to the AppDynamics OpenTelemetry private beta program.
75
+
*You need AppDynamics SaaS Controller >= v21.2.0.
76
+
*You need to be admitted to the AppDynamics OpenTelemetry private beta program.
77
77
78
78
<SubSectionSeparator />
79
79
80
80
### Configuration (Collector)
81
81
82
-
The configuration will take place in the OTLP exporter in the Collector config YAML file.
82
+
The configuration takes place in the OTLP exporter in the Collector config YAML file.
83
83
84
-
* Set the OTLP endpoint through the [OTLP HTTP Exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/master/exporter/otlphttpexporter). To configure your AppDynamics Controller to work with the AWS OTel Collector, edit your `otel-config.yml` configuration file.
84
+
* Set the OTLP endpoint through the [OTLP HTTP Exporter](https://github.com/open-telemetry/opentelemetry-collector/tree/master/exporter/otlphttpexporter). To configure your AppDynamics Controller to work with the AWS OTel Collector, edit your `otel-config.yml` configuration file.
85
85
* Set the AppDynamics API key `<x-api-key>` (Your AppDynamics API key must be defined as an HTTP header. To obtain your unique x-api-key, you should work closely with your AppDynamics account team.)
86
-
* Set the Controller details. Use the [resource processor](https://github.com/open-telemetry/opentelemetry-collector/tree/master/processor/resourceprocessor) to add the AppDynamics Controller host, and port name.
86
+
* Use resource attributes to add your AppDynamics account information:
87
+
*`appdynamics.controller.account`: Your AppDynamics Controller account name.
87
88
*`appdynamics.controller.host`: your AppDynamics Controller host name.
88
89
*`appdynamics.controller.port`: your AppDynamics Controller port number.
89
-
* Set the trace resource attributes to map the services to AppDynamics tiers and applications respectively.
90
90
*`service.name` your AppDynamics tier name. trace resource attribute for every service being monitored.
91
91
*`service.namespace`: your AppDynamics application name. Set corresponding `service.namespace` trace resource attribute for every service being monitored.
0 commit comments