-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into adding_additional_php_no_code_example
- Loading branch information
Showing
459 changed files
with
4,713 additions
and
2,338 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,6 +108,7 @@ quantile | |
quantiles | ||
quarkus | ||
quoteservice | ||
react-native-app | ||
recommendationservice | ||
redis | ||
relref | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,213 +1,4 @@ | ||
analyse | ||
analyser | ||
avec | ||
collecter | ||
collectez | ||
comportement | ||
contenant | ||
créez | ||
dans | ||
découvrez | ||
définie | ||
démo | ||
dessous | ||
données | ||
d'utiliser | ||
efficace | ||
entièrement | ||
être | ||
générer | ||
gratuit | ||
indépendant | ||
instrumenter | ||
intégrations | ||
langages | ||
librairies | ||
logiciels | ||
métriques | ||
nombreux | ||
nombreuses | ||
extensibilité | ||
observabilité | ||
outils | ||
permet | ||
permettant | ||
projet | ||
projets | ||
peut | ||
qualité | ||
savoir | ||
s'intègre | ||
supporte | ||
supporté | ||
tant | ||
télémétrie | ||
transmettez | ||
universelle | ||
utilisé | ||
visuel | ||
votre | ||
vous | ||
l'état | ||
système | ||
incluent | ||
rendre | ||
signifie | ||
émettre | ||
metriques | ||
produites | ||
doivent | ||
transmises | ||
Pourquoi | ||
l'essor | ||
commerciales | ||
besoin | ||
répond | ||
suivant | ||
principes | ||
clés | ||
propriétaire | ||
générez | ||
dépendance | ||
fournisseur | ||
n'avez | ||
d'apprendre | ||
seul | ||
combinés | ||
offrent | ||
équipes | ||
organisations | ||
flexibilité | ||
dont | ||
informatique | ||
Extensibilité | ||
conçu | ||
extensible | ||
Quelques | ||
façon | ||
étendu | ||
Ajouter | ||
receveur | ||
Collecteur | ||
afin | ||
prendre | ||
venant | ||
personnalisée | ||
bibliothèques | ||
personnalisées | ||
Créer | ||
collecteur | ||
adaptée | ||
utilisation | ||
spécifique | ||
nouvel | ||
exportateur | ||
personnalisé | ||
prend | ||
propagateur | ||
contexte | ||
plupart | ||
utilisateurs | ||
n'aient | ||
d'étendre | ||
presque | ||
tous | ||
niveaux | ||
Histoire | ||
trouve | ||
antérieurs | ||
créés | ||
résoudre | ||
même | ||
problème | ||
norme | ||
décrivant | ||
manière | ||
transmettre | ||
Aucun | ||
n'étant | ||
indépendante | ||
fusionné | ||
leurs | ||
offrant | ||
utilisez | ||
actuellement | ||
pouvez | ||
découvrir | ||
migrer | ||
ensuite | ||
commencer | ||
Lancez | ||
directement | ||
composants | ||
standardisé | ||
définissant | ||
sémantiques | ||
décrire | ||
langage | ||
implémentent | ||
spécifications | ||
écosystème | ||
instrumentent | ||
automatique | ||
génèrent | ||
requérir | ||
reçoit | ||
modifie | ||
autre | ||
Opérateur | ||
ressources | ||
Faas | ||
variété | ||
intègrent | ||
fournir | ||
défaut | ||
pris | ||
fournisseurs | ||
fournissent | ||
contribuent | ||
n’aient | ||
d’étendre | ||
conçus | ||
créer | ||
gérer | ||
telles | ||
outil | ||
compris | ||
ainsi | ||
commerciaux | ||
d'autres | ||
génération | ||
collecte | ||
gestion | ||
objectifs | ||
principaux | ||
pouvoir | ||
aisément | ||
systèmes | ||
quelque | ||
soit | ||
leur | ||
environnement | ||
d'exécution | ||
stockage | ||
visualisation | ||
sont | ||
intentionnellement | ||
laissés | ||
d'autres | ||
comprendre | ||
sortantes | ||
logiciel | ||
d’aujourd’hui | ||
souhaitez | ||
jetez | ||
oeil | ||
valeurs | ||
principaux | ||
suivants | ||
spécification | ||
communautaires | ||
brève | ||
êtes | ||
standardisée | ||
autres | ||
traçage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
name: Auto-update community members page | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
# At 03:41, every day | ||
- cron: 41 3 * * * | ||
|
||
jobs: | ||
auto-update-versions: | ||
name: Auto-update community members page | ||
runs-on: ubuntu-24.04 | ||
# Remove the if statement below when testing againt a fork | ||
if: github.repository == 'open-telemetry/opentelemetry.io' | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
|
||
- name: Set up Node.js | ||
uses: actions/setup-node@v4 | ||
with: | ||
node-version: '22' | ||
|
||
- name: Install dependencies | ||
working-directory: ./scripts/generate-community-data | ||
run: npm install | ||
|
||
- name: Run script | ||
working-directory: ./scripts/generate-community-data | ||
run: node generate.js ../../data/community/members.yaml | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }} | ||
|
||
- name: Create pull request | ||
uses: peter-evans/create-pull-request@v7 | ||
with: | ||
add-paths: 'data/community/members.yaml' | ||
author: | ||
opentelemetrybot | ||
<[email protected]> | ||
committer: | ||
opentelemetrybot | ||
<[email protected]> | ||
token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }} | ||
branch: update-community-members | ||
title: Update community members | ||
body: | | ||
This pull request contains automated updates to files by the GitHub Action. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
name: Survey on Merged PR by Non-Member | ||
|
||
on: | ||
pull_request: | ||
types: [closed] | ||
|
||
jobs: | ||
comment-on-pr: | ||
runs-on: ubuntu-latest | ||
if: github.event.pull_request.merged == true | ||
steps: | ||
- name: Check if user is a member of the org | ||
id: check-membership | ||
run: | | ||
USERNAME=$(jq -r '.pull_request.user.login' "$GITHUB_EVENT_PATH") | ||
ORG="${{ github.repository_owner }}" | ||
STATUS=$(gh api "orgs/$ORG/members/$USERNAME" --silent && echo "true" || echo "false") | ||
if [[ "$STATUS" == "true" ]]; then | ||
echo "MEMBER_FOUND=true" >> $GITHUB_ENV | ||
else | ||
echo "MEMBER_FOUND=false" >> $GITHUB_ENV | ||
fi | ||
env: | ||
GH_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }} | ||
|
||
- name: Add comment to PR if author is not a member | ||
if: env.MEMBER_FOUND == 'false' | ||
run: | | ||
PR_NUMBER=${{ github.event.pull_request.number }} | ||
gh pr comment $PR_NUMBER --body "Thank you for your contribution! 🎉 We would like to hear from you about your experience contributing to OpenTelemetry by filling out this survey: https://forms.gle/WV58koUBGSG9HBY66" | ||
env: | ||
GH_TOKEN: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }} |
Oops, something went wrong.