--- WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE 'https://github.com/newrelic/newrelic-istio-adapter' REPO source_repo: https://github.com/newrelic/newrelic-istio-adapter title: New Relic description: An Istio Mixer adapter to send telemetry data to New Relic. location: https://istio.io/docs/reference/config/policy-and-telemetry/adapters/newrelic.html layout: partner-component generator: protoc-gen-docs provider: New Relic, Inc. source_link: https://github.com/newrelic/newrelic-istio-adapter latest_release_link: https://github.com/newrelic/newrelic-istio-adapter/releases supported_templates: metric, tracespan number_of_entries: 3 ---
An Istio Mixer adapter to send telemetry data to New Relic.
Configuration format for the newrelic
adapter.
Describes how to represent an Istio metric instance in New Relic.
New Relic Metric types.
Name | Description |
---|---|
UNSPECIFIED |
Default and invalid unspecified type. An error will be logged and the metric dropped if unspecified. |
GAUGE |
A New Relic This metric type represents the instantaneous state of something or process that can both increase and decrease in value. For example, this metric type would be used to record:
|
COUNT |
A New Relic This metric type represents the number of occurrences for an event within a time window. It is important to note that this is not the cumulative tally of occurrences since the beginning of measurements. Rather, this metric type represents the change in the cumulative tally of events within a time window. For example, this metric type would be used to record:
|
SUMMARY |
New Relic This metric type reports aggregated information about discrete events. The information is recorded as a count of events, average event values, sum of event values, and the minimum and maximum event values observed within a time window. For example, this metric type would be used to record:
|