Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,27 @@ repositories {
implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: 'LATEST_TAG'
```

#### java-logging-insights
#### Application Insights

Use for automatic configuration of Azure Application Insights for a Spring Boot project. [Read more](java-logging-appinsights/README.md)
The `java-logging-appinsights` module has been removed in version 7.0.0. If upgrading from 6.x, remove this dependency:
```gradle
// Remove this line:
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: 'x.x.x'
```

##### Application Insights Agent Setup

Teams now add the Application Insights agent directly to their Dockerfile, for example it might look like this:

```dockerfile
# renovate: datasource=github-releases depName=microsoft/ApplicationInsights-Java
ARG APP_INSIGHTS_AGENT_VERSION=3.4.9
...

COPY lib/applicationinsights.json /opt/app/
...

```

### Configuration defaults

Expand Down
224 changes: 0 additions & 224 deletions java-logging-appinsights/README.md

This file was deleted.

59 changes: 0 additions & 59 deletions java-logging-appinsights/build.gradle

This file was deleted.

This file was deleted.

This file was deleted.

Loading