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
Merge pull request #31 from librato/30_rename_add_apm
rename:
AppOptics to AppOpticsAPM (module)
appoptics to appoptics_apm (gem name and gem internals)
with the exception of method aliases, email addresses,URIs, reference to the AppOptics dashboard etc.
Copy file name to clipboardExpand all lines: CONFIG.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,16 @@
1
-
# AppOptics Gem Configuration
1
+
# AppOpticsAPM Gem Configuration
2
2
3
3
## Environment Variables
4
4
5
-
The following environment variables are detected by the appoptics gem and affect how the gem functions.
5
+
The following environment variables are detected by the appoptics_apm gem and affect how the gem functions.
6
6
7
7
### General
8
8
9
9
Name | Description | Default
10
10
---- | ----------- | -------
11
-
`IGNORE_APPOPTICS_WARNING` | tells the appoptics gem to __not__ output the _missing AppOptics libraries_ message on stack initialization | `false`
12
-
`APPOPTICS_GEM_VERBOSE` | sets the verbose flag (`AppOptics::Config[:verbose]`) early in the gem loading process which may output valuable information | `false`
11
+
`APPOPTICS_SERVICE_KEY` | API token + service name combination, mandatory for metrics and traces to show in my.appoptics.com |
12
+
`IGNORE_APPOPTICS_WARNING` | tells the appoptics_apm gem to __not__ output the _missing AppOpticsAPM libraries_ message on stack initialization | `false`
13
+
`APPOPTICS_GEM_VERBOSE` | sets the verbose flag (`AppOpticsAPM::Config[:verbose]`) early in the gem loading process which may output valuable information | `false`
13
14
`APPOPTICS_CUUID` | Allows specifying the customer ID via environment variable to override/bypass the value in `/etc/tracelytics.conf` | `nil`
14
15
15
16
# Related to Tests
@@ -25,8 +26,8 @@ Name | Description | Default
25
26
`APPOPTICS_RABBITMQ_USERNAME` | username for the RabbitMQ connection | `guest`
26
27
`APPOPTICS_RABBITMQ_PASSWORD` | password for the RabbitMQ connection | `guest`
27
28
28
-
## AppOptics::Config
29
+
## AppOpticsAPM::Config
29
30
30
-
`AppOptics::Config` is a nested hash used by the appoptics gem to store preferences and switches.
31
+
`AppOpticsAPM::Config` is a nested hash used by the appoptics_apm gem to store preferences and switches.
31
32
32
-
See [this Rails generator template file](https://github.com/tracelytics/oboe-ruby/blob/master/lib/rails/generators/appoptics/templates/appoptics_initializer.rb) for documentation on all of the supported values.
33
+
See [this Rails generator template file](https://github.com/librato/ruby-appoptics/blob/master/lib/rails/generators/appoptics_apm/templates/appoptics_initializer.rb) for documentation on all of the supported values.
0 commit comments