newrelic / micrometer-registry-newrelic

ARCHIVED. TO SEND MICROMETER METRICS TO NEW RELIC, FOLLOW THE DIRECTION IN THE README.md. Micrometer registry implementation that sends data to New Relic as dimensional metrics.
Apache License 2.0
35 stars 19 forks source link

Update SpringConfig Wiki as per v0.6.0 #111

Closed spatanjali closed 3 years ago

spatanjali commented 3 years ago

Since the PR #104 brings in the changes to the package where the Config classes are residing, the corresponding "import" statements as mentioned below needs to be updated in the sample wiki page: https://github.com/newrelic/micrometer-registry-newrelic/wiki/Spring-Config-Example

Remove

import io.micrometer.newrelic.NewRelicRegistry;
import io.micrometer.NewRelicRegistryConfig;

Replace

import com.newrelic.telemetry.micrometer.NewRelicRegistry;
import com.newrelic.telemetry.micrometer.NewRelicRegistryConfig;
breedx-nr commented 3 years ago

Looks good, thanks for pointing that out. Please have a look at the updated wiki and reopen if it doesn't look good. 👍