-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[chore]: enable perfsprint linter for receivers #36197
Merged
MovieStoreGuy
merged 1 commit into
open-telemetry:main
from
mmorel-35:golangci-lint/perfsprint
Nov 11, 2024
Merged
[chore]: enable perfsprint linter for receivers #36197
MovieStoreGuy
merged 1 commit into
open-telemetry:main
from
mmorel-35:golangci-lint/perfsprint
Nov 11, 2024
Conversation
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
mmorel-35
requested review from
a team,
djaglowski,
dashpole,
jmacd,
dmitryax,
codeboten,
atoulme,
MovieStoreGuy,
TylerHelmuth,
yurishkuro,
andrzej-stencel,
crobert-1 and
jpkrohling
as code owners
November 5, 2024 07:42
github-actions
bot
added
receiver/aerospike
receiver/apachespark
receiver/awscontainerinsight
receiver/awsecscontainermetrics
receiver/awsfirehose
receiver/awss3
receiver/awsxray
receiver/chrony
receiver/cloudflare
receiver/couchdb
receiver/datadog
receiver/dockerstats
receiver/elasticsearch
receiver/expvar
receiver/filelog
receiver/flinkmetrics
labels
Nov 5, 2024
github-actions
bot
added
receiver/prometheus
Prometheus receiver
receiver/receivercreator
receiver/sapm
receiver/signalfx
receiver/skywalking
receiver/snmp
receiver/solace
receiver/splunkhec
receiver/sqlserver
receiver/sshcheck
receiver/statsd
statsd related issues
receiver/vcenter
receiver/windowseventlog
receiver/windowsperfcounters
receiver/zookeeper
receiver/jmx
JMX Receiver
labels
Nov 5, 2024
mmorel-35
force-pushed
the
golangci-lint/perfsprint
branch
2 times, most recently
from
November 5, 2024 09:03
8bf18d0
to
46a96e6
Compare
songy23
approved these changes
Nov 5, 2024
mmorel-35
force-pushed
the
golangci-lint/perfsprint
branch
3 times, most recently
from
November 10, 2024 06:57
f92a078
to
5eee596
Compare
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
mmorel-35
force-pushed
the
golangci-lint/perfsprint
branch
from
November 11, 2024 09:39
5eee596
to
356d2c0
Compare
pull bot
pushed a commit
to abaguas/opentelemetry-collector-contrib
that referenced
this pull request
Nov 12, 2024
#### Description [perfsprint](https://golangci-lint.run/usage/linters/#perfsprint) checks that fmt.Sprintf can be replaced with a faster alternative. Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
sbylica-splunk
pushed a commit
to sbylica-splunk/opentelemetry-collector-contrib
that referenced
this pull request
Dec 17, 2024
#### Description [perfsprint](https://golangci-lint.run/usage/linters/#perfsprint) checks that fmt.Sprintf can be replaced with a faster alternative. Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
ci-cd
CI, CD, testing, build issues
receiver/aerospike
receiver/apachespark
receiver/awscontainerinsight
receiver/awsecscontainermetrics
receiver/awsfirehose
receiver/awss3
receiver/awsxray
receiver/chrony
receiver/cloudflare
receiver/couchdb
receiver/datadog
receiver/dockerstats
receiver/elasticsearch
receiver/expvar
receiver/filelog
receiver/flinkmetrics
receiver/github
receiver/googlecloudmonitoring
receiver/googlecloudpubsub
receiver/googlecloudspanner
receiver/hostmetrics
receiver/jaeger
receiver/jmx
JMX Receiver
receiver/k8scluster
receiver/k8sobjects
receiver/kafka
receiver/kafkametrics
receiver/mongodb
receiver/mongodbatlas
receiver/otelarrow
receiver/podman
receiver/postgresql
receiver/prometheus
Prometheus receiver
receiver/receivercreator
receiver/sapm
receiver/signalfx
receiver/skywalking
receiver/snmp
receiver/solace
receiver/splunkhec
receiver/sqlserver
receiver/sshcheck
receiver/statsd
statsd related issues
receiver/vcenter
receiver/windowseventlog
receiver/windowsperfcounters
receiver/zookeeper
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
perfsprint checks that fmt.Sprintf can be replaced with a faster alternative.