Skip to content
This repository was archived by the owner on Apr 4, 2022. It is now read-only.

Commit ae95126

Browse files
author
toni.lopez
committed
Updating README
1 parent 445c996 commit ae95126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Add the dependency to your composer.json.
88
```javascript
99
{
1010
"require": {
11-
"infratools/php-statsd": "2.*"
11+
"shazam/php-statsd": "2.*"
1212
}
1313
}
1414
```
@@ -37,7 +37,7 @@ $statsClient->addStat(
3737
array(
3838
'namespace' => 'endpoints.' . $path, // that will be your stat namespace
3939
'value' => $executionTime, // calculate it in microseconds
40-
'type' => Statsd\Domain\Stat::TIME_MS
40+
'type' => 'ms'
4141
)
4242
);
4343

@@ -62,5 +62,5 @@ stats:
6262
enable: true
6363
client:
6464
host: 127.0.0.1
65-
namespace: infratools.twitterhose
65+
namespace: shazam.twitterhose
6666
```

0 commit comments

Comments
 (0)