Skip to content

Commit

Permalink
sync non-code with origin/main (#7281)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 9, 2024
1 parent 8fdf89f commit 51940a7
Show file tree
Hide file tree
Showing 84 changed files with 96 additions and 578 deletions.
15 changes: 0 additions & 15 deletions .github/actions/AppendToFile/action.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/actions/AppendToFile/index.js

This file was deleted.

5 changes: 1 addition & 4 deletions .github/actions/update-releases-md/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,7 @@ function generateReleasesMdContent(releasesData, repoOwner, repoName) {
previewReleasesTable += `${generateTableRow(releasesData.releases[releaseKey], repoOwner, repoName, false)}\n`;
}

let content =`
### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Freleases)
# Releases
let content =`# Releases
`;

Expand Down
53 changes: 0 additions & 53 deletions .github/workflows/add-markdown-feedback.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/lint-csharp.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/scan-for-to-do-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
COMMENT_AUTHOR: ${{ github.event.comment.user.login }}

- name: Upload artifacts
uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
with:
name: issue-todo
path: issue/
85 changes: 0 additions & 85 deletions .github/workflows/submit-linter-suggestions.yml

This file was deleted.

4 changes: 0 additions & 4 deletions documentation/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2FREADME)

# 📖 `dotnet monitor` documentation

`dotnet monitor` is a tool that makes it easier to get access to diagnostics information in a dotnet process.
Expand All @@ -15,7 +12,6 @@ When running a dotnet application, differences in diverse local and production e
- [Running on a local machine](./localmachine.md)
- [Running in Docker](./docker.md)
- [Running in Kubernetes](./kubernetes.md)
- Enabling SSL
- [API Endpoints](./api/README.md)
- [OpenAPI document](./openapi.md)
- [`/processes`](./api/processes.md)
Expand Down
3 changes: 0 additions & 3 deletions documentation/api-key-format.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi-key-format)

# API Key Format
API Keys or MonitorApiKeys used in `dotnet monitor` are JSON Web Tokens or JWTs as defined by [RFC 7519: JSON Web Token (JWT)](https://datatracker.ietf.org/doc/html/rfc7519).
> [!IMPORTANT]
Expand Down
3 changes: 0 additions & 3 deletions documentation/api-key-setup.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi-key-setup)

# Configuring API Key Authentication

The API Key you use to secure `dotnet monitor` is a secret Json Web Token (JWT), cryptographically signed by a public/private key algorithm. You can **[Recommended]** use the integrated command to generate a key or you can generate the key yourself following the [format, documented here](./api-key-format.md). This guide will use the integrated command.
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2FREADME)

# HTTP API Documentation

The HTTP API enables on-demand extraction of diagnostic information and artifacts from discoverable processes.
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/collectionrules-get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Fcollectionrules-get)

# Collection Rules - Get

First Available: 6.3
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/collectionrules-list.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Fcollectionrules-list)

# Collection Rules - List

First Available: 6.3
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/collectionrules.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Fcollectionrules)

# Collection Rules

First Available: 6.3
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/defaultprocess.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Fdefaultprocess)

# Default Process

When using APIs to capture diagnostic artifacts, typically a `pid`, `uid`, or `name` is provided to perform the operation on a specific process. However, these parameters may be omitted if `dotnet monitor` is able to resolve a default process.
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/definitions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Fdefinitions)

# Definitions

> [!NOTE]
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/dump.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Fdump)

# Dump - Get

Captures a managed dump of a specified process without using a debugger.
Expand Down
2 changes: 0 additions & 2 deletions documentation/api/exceptions-custom.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%exceptions-custom)

# Exceptions History - Custom

Captures a history of first chance exceptions that were thrown in the specified process, with the ability to filter which exceptions are included in the response.
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/exceptions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%exceptions)

# Exceptions History - Get

Captures a history of first chance exceptions that were thrown in the specified process.
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/gcdump.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Fgcdump)

# GC Dump - Get

Captures a GC dump of a specified process. These dumps are useful for several scenarios:
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/info.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Finfo)

# Info - Get

Gets information about the `dotnet monitor` version, the runtime version, and the diagnostic port settings.
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/livemetrics-custom.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Flivemetrics-custom)

# Livemetrics - Get Custom

Captures metrics for a process, with the ability to specify custom metrics.
Expand Down
3 changes: 0 additions & 3 deletions documentation/api/livemetrics-get.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@

### Was this documentation helpful? [Share feedback](https://www.research.net/r/DGDQWXH?src=documentation%2Fapi%2Flivemetrics-get)

# Livemetrics - Get

Captures metrics for a chosen process for a duration of time.
Expand Down
Loading

0 comments on commit 51940a7

Please sign in to comment.