Skip to content

Commit

Permalink
feat(_template): added more examples to instrumentation config (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidk authored May 25, 2021
1 parent 5c75e08 commit d6939d1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _template/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,24 @@ authors:
# This allows you to define which instrumentation is needed for your pack
# Any file in the instrumentation folder will automatically be picked up
instrumentation:
# Example for New Relic On Host Integrations
# Possible values: apache, cassandra, couchbase, collectd, elasticsearch, amazon-ecs, f5, go-insights-monitoring, haproxy, hashicorp-consul, jmx, kafka, kubernetes, memcached, mongodb, mssql, mysql, nagios, nfs, nginx, oracledb, postgresql, rabbitmq, redis, snmp, unix-monitoring, varnish-cache, vmware-vsphere, vmware-tanzu, zookeeper
- type: newrelic-infra-ohi
name: nginx
# Example for New Relic APM Agent
# Possible values: c, golang, java, dotnet, dotnet-core, nodejs, php, python, ruby
- type: newrelic-apm
name: java
# Example for New Relic Cloud integration
# Possible values can be found on our docs:
# - AWS (aws): https://docs.newrelic.com/docs/integrations/amazon-integrations/aws-integrations-list/
# - Azure (azure): https://docs.newrelic.com/docs/integrations/microsoft-azure-integrations/azure-integrations-list/
# - Google Cloud (gcp): https://docs.newrelic.com/docs/integrations/google-cloud-platform-integrations/gcp-integrations-list/
# The value of name should be the cloud provider + the name of the service in lowercase. For example: `aws-rds`, `azure-cosmosdb`, `gcp-bigquery`.
- type: newrelic-cloud-integration
name: aws-s3
# Example for Prometheus Exporter
# The url should point to a repository containing the prometheus exporter
- type: prometheus
url: https://github.com/nginxinc/nginx-prometheus-exporter

Expand Down

0 comments on commit d6939d1

Please sign in to comment.