Skip to content

Commit f73e453

Browse files
authored
[Logs-branch] Add LoggerProvider spec changes (#3707)
* Added back removed projects. * Added back API changes. * Updated logger artifacts to be public in API. * Added back SDK changes. * Revert global.json changes. * Added LoggerProvider extensions. * Fix up Serilog + EventSource projects. * CHANGELOG stubs. * Add back ConsoleExporter changes. * CHANGELOG stub. * Added back InMemoryExporter changes. * Added back OtlpExporter changes. * Added back docs changes. * Add back examples changes. * Benchmark fixes. * Benchmark fixes. * Add back OtlpExporter test changes. * Logs stress test fixes. * Added back test changes. * Expose more of the new API in SDK. * Updates for LogRecord.Severity being made public. * Run workflows for any branch starting with "main". (#3708) * Revert breaking changes. * Suppress a breaking change warning. * Patch CHANGELOGs. * Add back OpenTelemetryLoggerOptions.ConfigureResource. * [Repo] ApiCompat updates (#3716) * Tweaks. * Updated batch log processor envvar keys from spec.
1 parent 7fd3783 commit f73e453

File tree

156 files changed

+8054
-1976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+8054
-1976
lines changed

.github/workflows/apicompatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: API Compatibility
22

33
on:
44
pull_request:
5-
branches: [ main ]
5+
branches: [ 'main*' ]
66
paths-ignore:
77
- '**.md'
88

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Code Coverage
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main*' ]
66
paths-ignore:
77
- '**.md'
88
pull_request:
9-
branches: [ main ]
9+
branches: [ 'main*' ]
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/docfx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: docfx
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main*' ]
66
pull_request:
7-
branches: [ main ]
7+
branches: [ 'main*' ]
88

99
jobs:
1010
build:

.github/workflows/dotnet-format-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: dotnet format
99

1010
on:
1111
pull_request:
12-
branches: [ main ]
12+
branches: [ 'main*' ]
1313
paths-ignore:
1414
- '**.cs'
1515
- '.editorconfig'

.github/workflows/dotnet-format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: dotnet format
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main*' ]
66
paths:
77
- '**.cs'
88
- '.editorconfig'
99
pull_request:
10-
branches: [ main ]
10+
branches: [ 'main*' ]
1111
paths:
1212
- '**.cs'
1313
- '.editorconfig'

.github/workflows/integration-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Integration Tests
99

1010
on:
1111
pull_request:
12-
branches: [ main ]
12+
branches: [ 'main*' ]
1313
paths:
1414
- '**.md'
1515

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Integration Tests
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main*' ]
66
paths-ignore:
77
- '**.md'
88
pull_request:
9-
branches: [ main ]
9+
branches: [ 'main*' ]
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/linux-ci-md.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: Linux
99

1010
on:
1111
pull_request:
12-
branches: [ main ]
12+
branches: [ 'main*' ]
1313
paths:
1414
- '**.md'
1515

.github/workflows/linux-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Linux
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main*' ]
66
paths-ignore:
77
- '**.md'
88
pull_request:
9-
branches: [ main ]
9+
branches: [ 'main*' ]
1010
paths-ignore:
1111
- '**.md'
1212

.github/workflows/markdownlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: markdownlint
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main*' ]
66
paths:
77
- '**.md'
88
pull_request:
9-
branches: [ main ]
9+
branches: [ 'main*' ]
1010
paths:
1111
- '**.md'
1212

0 commit comments

Comments
 (0)