Skip to content

Commit

Permalink
updated headings
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Leckey committed Mar 11, 2015
1 parent 0c6ed7c commit 7213ce8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Laravel 5 NewRelic Service Provider
*[see below for Laravel 4.x support](https://github.com/In-Touch/laravel-newrelic#laravel-4x-support)*

### Installation
## Installation

Using `composer`, run:

Expand Down Expand Up @@ -32,12 +32,12 @@ Finally, publish the default configuration (it will end up in `config/newrelic.p

php artisan vendor:publish

### Configuration
## Configuration

Once the configuration from the package if published, see `config/newrelic.php` for configuration options and
descriptions.

### Transaction Names
## Transaction Names

Naming is done by replacing tokens in a `name_provider` string with formatted output collected from the application.
The `newrelic.name_provider` config parameter holds this string - note that non-token string parts are left as-is.
Expand All @@ -52,7 +52,7 @@ The `newrelic.name_provider` config parameter holds this string - note that non-

The default `newrelic.name_provider` string is `'{uri} {route}'`.

### Eloquent Model Observers
## Eloquent Model Observers

There are two observer classes for monitoring your Eloquent models, the `NewrelicCountingObserver` and the
`NewrelicTimingObserver`. As their names suggest, one counts the number of times observable model events happen and the
Expand Down Expand Up @@ -103,7 +103,7 @@ Service Provider.
#### Example Custom Metrics Dashboard
![dashboard](dashboard.png)

### Basic Use
## Basic Use

This package includes a Facade to the [Intouch/Newrelic](http://github.com/In-Touch/newrelic) class.
Any of its methods may be accessed as any other Facade is accessed, for example:
Expand All @@ -114,7 +114,7 @@ Any of its methods may be accessed as any other Facade is accessed, for example:

... would set the NewRelic App Name to 'MyApp'

### Laravel 4.x Support
## Laravel 4.x Support

| Laravel Version | Package Tag | Supported |
|-----------------|-------------|-----------|
Expand All @@ -124,7 +124,7 @@ Any of its methods may be accessed as any other Facade is accessed, for example:
*we will review PRs for unsupported versions, but we don't use those versions in production ourselves so we aren't
testing / working on that*

### Issues
## Issues

Before opening an issues for data not reporting in the format you have configured, please check your NewRelic PHP Agent
logs and please see:
Expand Down

0 comments on commit 7213ce8

Please sign in to comment.